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