Skip to content

Commit 93550c2

Browse files
authored
add installing ncc to build (#302)
* add installing ncc to build * include npx to get to bin link
1 parent 1fea828 commit 93550c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Deepak Sattiraju",
55
"license": "MIT",
66
"scripts": {
7-
"build": "npx ncc build src/run.ts -o lib",
7+
"build": "npm i ncc && npx ncc build src/run.ts -o lib",
88
"test": "jest",
99
"coverage": "jest --coverage=true",
1010
"format": "prettier --write .",

0 commit comments

Comments
 (0)