More logical npm publish (testling don't like to be spawn or something)

This commit is contained in:
Maxime Thirouin
2016-03-24 13:34:11 +01:00
parent 4877bac2ae
commit 46912e6797

View File

@@ -39,7 +39,7 @@
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify",
"example": "echo '\n==> Open http://localhost:3000/example in your browser.'; serve .",
"prepublish": "npm run standalone",
"release": "npm test && npmpub --skip-test"
"release": "npmpub --skip-test --dry && npm test && npmpub --skip-cleanup"
},
"testling": {
"files": "tests/**/*.js",