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 150ede7 commit c1d90eaCopy full SHA for c1d90ea
package.json
@@ -17,7 +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
- "release": "np",
+ "release": "np --no-tests",
21
"test": "echo \"Error: no test specified\" && exit 1"
22
},
23
"repository": {
0 commit comments