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