We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a97a04 commit 13ac37dCopy full SHA for 13ac37d
netlify.toml
@@ -1,6 +1,7 @@
1
[build.environment]
2
NODE_VERSION = "16"
3
+ NPM_FLAGS = "--version" # prevent Netlify npm install
4
[build]
5
publish = "docs/.vitepress/dist"
- command = "pnpm ci-docs"
6
+ command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs"
7
ignore = "./scripts/docs-check.sh"
0 commit comments