We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0affceb commit c34c9d8Copy full SHA for c34c9d8
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 = "docs/.vitepress/dist"
0 commit comments