Skip to content

Commit 57291ec

Browse files
committed
remove no longer necessary pnpm netlify config
1 parent ad4caf0 commit 57291ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netlify.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build.environment]
22
NODE_VERSION = "16"
3-
NPM_FLAGS = "--version" # prevent Netlify npm install
43

54
[build]
65
publish = ".vitepress/dist"
7-
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"
6+
command = "pnpm run build"

0 commit comments

Comments
 (0)