Skip to content

Commit 6d8f94c

Browse files
committed
chore: revert "chore(docs): workaround netlify pnpm build issue (vitejs#11477)"
This reverts commit 13ac37d.
1 parent c56b954 commit 6d8f94c

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
[build]
54
publish = "docs/.vitepress/dist"
6-
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs"
5+
command = "pnpm ci-docs"
76
ignore = "./scripts/docs-check.sh"

0 commit comments

Comments
 (0)