chore: move to prepublishOnly

This commit is contained in:
Haroen Viaene
2018-08-31 10:13:41 -04:00
parent 1343f155f1
commit fa2af060a9

View File

@@ -18,7 +18,7 @@
"license": "MIT",
"scripts": {
"build": "rm -rf dist && babel src -d dist",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint src",
"test": "ava",
"flow": "flow"