aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorShinigami92 <[email protected]>2022-01-14 19:51:03 +0100
committerDamien Retzinger <[email protected]>2022-01-14 18:37:49 -0500
commit2cc42f21df65df066e15df9e3a0a4c3c5df29f80 (patch)
treee5750bce48f5a790bfa75059ef52acaeec4a498a /netlify.toml
parent51fbb752d9d63247b5dcda6122812725cf75caa6 (diff)
downloadfaker-2cc42f21df65df066e15df9e3a0a4c3c5df29f80.tar.xz
faker-2cc42f21df65df066e15df9e3a0a4c3c5df29f80.zip
chore: build for netlify
Diffstat (limited to 'netlify.toml')
-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"