Skip to content

Commit

Permalink
pin to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed May 4, 2022
1 parent 112c5b0 commit 2ab6e74
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 = "packages/demo/dist"
command = "npx -y pnpm install --store=node_modules/.pnpm-store && npx -y pnpm demo:build"
command = "npx -y pnpm@6 install --store=node_modules/.pnpm-store && npx -y pnpm@6 demo:build"

0 comments on commit 2ab6e74

Please sign in to comment.