From 0e6f9967b842c84cc6c5270a3221406eefedbdfe Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 12 May 2018 18:06:59 +0530 Subject: [PATCH] [npm] Fixed release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8855a41..38c521e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "jasmine", "build": "jasmine && ./build.sh", "prepublishOnly": "jasmine && ./build.sh", - "release": "npm test && npm build && npm publish" + "release": "npm test && npm run build && npm publish" }, "repository": { "type": "git",