diff --git a/package.json b/package.json index d6d50e9..febfcdd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "tsc", - "prepublish": "npm run build", + "prepublishOnly": "npm run build", "test": "npm run build && jasmine spec/index.js" }, "author": "Alexander Patrick Cerutti",