Skip to content

Commit

Permalink
Try running pnpm in netlify (#9)
Browse files Browse the repository at this point in the history
* Try running pnpm in netlify

* Update pnpm netlify config

* tweak config
  • Loading branch information
nas5w authored May 13, 2022
1 parent 83014b1 commit 56d7374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build]
command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build"
publish = "netlify/"

[build.environment]
NPM_FLAGS = "--version"

0 comments on commit 56d7374

Please sign in to comment.