aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 7fc95608..5adab771 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,4 +2,4 @@
NODE_VERSION = "16"
[build]
publish = "docs/.vitepress/dist"
- command = "npm run browser && npm run docs:build"
+ command = "npm run build && npm run browser && npm run docs:build"