We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990a088 commit df1a744Copy full SHA for df1a744
netlify.toml
@@ -1,6 +1,7 @@
1
[build.environment]
2
NODE_VERSION = "18"
3
+ NPM_FLAGS = "--version" # prevent Netlify npm install
4
[build]
5
publish = "docs/.vitepress/dist"
- command = "pnpm run docs:build"
6
+ command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run docs:build"
7
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs package.json pnpm-lock.yaml netlify.toml"
0 commit comments