chore: change prepublish to prepublishOnly

This commit is contained in:
zkochan
2017-07-08 21:24:39 +03:00
parent 22f8d1aec1
commit ec653d8077

View File

@@ -11,7 +11,7 @@
"scripts": {
"test": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"prepublish": "npm run tsc"
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",