Skip to content

Commit

Permalink
chore: use pnpm@6 in netlify (#8011)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 4, 2022
1 parent 67c86de commit 0861ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -3,4 +3,4 @@
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run ci-docs"
command = "npx pnpm@6 i --store=node_modules/.pnpm-store --frozen-lockfile && npx pnpm@6 run ci-docs"

0 comments on commit 0861ade

Please sign in to comment.