Browse Source

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

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

+ 1
- 2
package.json View File

@@ -12,8 +12,7 @@
},
"main": "lib",
"scripts": {
"build": "babel -d lib src",
"prepublish": "npm run build",
"prepare": "babel -d lib src",
"test": "ava"
},
"author": "Gerben <gerben@treora.com>",


Loading…
Cancel
Save