Skip to content

Commit c34c9d8

Browse files
committed
chore: update netlify
1 parent 0affceb commit c34c9d8

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,8 +1,7 @@
11
[build.environment]
22
NODE_VERSION = "16"
3-
NPM_FLAGS = "--version" # prevent Netlify npm install
43

54
[build]
6-
command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run -w docs:build"
5+
command = "pnpm run -w docs:build"
76
ignore = "./scripts/docs-check.sh"
87
publish = "docs/.vitepress/dist"

0 commit comments

Comments
 (0)