Skip to content

Commit

Permalink
build: switch to pnpm for running
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed May 17, 2022
1 parent 1f00871 commit 27cc2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prod": "npm run clean && concurrently -n lib,cli \"npm run build:lib --minify\" \"npm run build:cli --minify\"",
"start": "node bin/fa.js",
"watch": "concurrently -n lib,cli \"npm run watch:lib\" \"npm run watch:cli\"",
"watch:cli": "npm run build:cli -- --watch",
"watch:cli": "pnpm run build:cli --watch",
"watch:lib": "npm run build:lib --watch"
},
"jest": {
Expand Down

0 comments on commit 27cc2f4

Please sign in to comment.