We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb23c67 commit 4297f5fCopy full SHA for 4297f5f
netlify.toml
@@ -1,8 +1,7 @@
1
[build.environment]
2
NODE_VERSION = "16"
3
-NPM_FLAGS = "--version" # prevent Netlify npm install
4
5
[build]
6
-command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run -w docs:build"
+command = "pnpm run -w docs:build"
7
ignore = "./scripts/docs-check.sh"
8
publish = "packages/docs/.vitepress/dist"
0 commit comments