package.json: moved prepublish to prepublishOnly

This commit is contained in:
Alexander Cerutti
2019-05-20 23:32:40 +02:00
parent 5971e47853
commit a549d94d67

View File

@@ -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",