Skip to content

Commit

Permalink
add installing ncc to build (#302)
Browse files Browse the repository at this point in the history
* add installing ncc to build

* include npx to get to bin link
  • Loading branch information
davidgamero authored Nov 6, 2023
1 parent 1fea828 commit 93550c2
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 @@ -4,7 +4,7 @@
"author": "Deepak Sattiraju",
"license": "MIT",
"scripts": {
"build": "npx ncc build src/run.ts -o lib",
"build": "npm i ncc && npx ncc build src/run.ts -o lib",
"test": "jest",
"coverage": "jest --coverage=true",
"format": "prettier --write .",
Expand Down

0 comments on commit 93550c2

Please sign in to comment.