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