We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fea828 commit 93550c2Copy full SHA for 93550c2
package.json
@@ -4,7 +4,7 @@
4
"author": "Deepak Sattiraju",
5
"license": "MIT",
6
"scripts": {
7
- "build": "npx ncc build src/run.ts -o lib",
+ "build": "npm i ncc && npx ncc build src/run.ts -o lib",
8
"test": "jest",
9
"coverage": "jest --coverage=true",
10
"format": "prettier --write .",
0 commit comments