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 ecb63c5 commit c52def8Copy full SHA for c52def8
package.json
@@ -58,8 +58,8 @@
58
"scripts": {
59
"clean": "rm -rf ./dist",
60
"prebuild": "yarn clean",
61
- "build:watch": "tsc -w",
62
- "build": "tsc",
+ "build:watch": "yarn tsc -w",
+ "build": "yarn tsc",
63
"postbuild": "chmod +x ./dist/bin.js && cp -r scripts/** dist",
64
"test": "yarn build && jest",
65
"try": "ts-node bin.ts",
0 commit comments