Skip to content

Commit c1d90ea

Browse files
committed
No tests for now
1 parent 150ede7 commit c1d90ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build:babel": "babel-node --extensions \".ts\" src/cli.ts \"src/{cli,index}.ts\" --target=8 --output=dist --compress",
1818
"build:self": "node dist/cli.js \"src/{cli,index}.ts\" --target=8 --output=dist --compress",
1919
"build:types": "tsc --emitDeclarationOnly --outdir types --declaration --allowSyntheticDefaultImports src/{cli,index}.ts",
20-
"release": "np",
20+
"release": "np --no-tests",
2121
"test": "echo \"Error: no test specified\" && exit 1"
2222
},
2323
"repository": {

0 commit comments

Comments
 (0)