Browse Source

Revert "Use 'prepare' instead of 'prepublish' in package.json"

See <https://github.com/Rush/publish-to-git/issues/4>

This reverts commit 927fbe3d65.
master
Gerben 4 years ago
parent
commit
b3c3a36edf
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package.json

+ 2
- 1
package.json View File

@@ -12,8 +12,9 @@
},
"main": "lib",
"scripts": {
"prepare": "babel -d lib src",
"build": "babel -d lib src",
"postpublish": "publish-to-git --force --tag latest",
"prepublish": "npm run build",
"test": "ava"
},
"author": "Gerben <gerben@treora.com>",


Loading…
Cancel
Save