From 46912e6797afcf13a39c50a11646922452a84186 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Thu, 24 Mar 2016 13:34:11 +0100 Subject: [PATCH] More logical npm publish (testling don't like to be spawn or something) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca307dc..ba12816 100644 --- a/package.json +++ b/package.json @@ -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",