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 b19aadc commit 9773beaCopy full SHA for 9773bea
package.json
@@ -17,6 +17,7 @@
17
"build:babel": "babel-node --extensions \".ts\" src/cli.ts \"src/{cli,index}.ts\" --target=8 --output=dist --compress",
18
"build:self": "node dist/cli.js \"src/{cli,index}.ts\" --target=8 --output=dist --compress",
19
"build:types": "tsc --emitDeclarationOnly --outdir types --declaration --allowSyntheticDefaultImports src/{cli,index}.ts",
20
+ "prerelease": "npm run build",
21
"release": "np",
22
"test": "echo \"Error: no test specified\" && exit 0"
23
},
0 commit comments