Skip to content

Commit 0861ade

Browse files
authored
chore: use pnpm@6 in netlify (#8011)
1 parent 67c86de commit 0861ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
NPM_FLAGS = "--version" # prevent Netlify npm install
44
[build]
55
publish = "docs/.vitepress/dist"
6-
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run ci-docs"
6+
command = "npx pnpm@6 i --store=node_modules/.pnpm-store --frozen-lockfile && npx pnpm@6 run ci-docs"

0 commit comments

Comments
 (0)