s/prepublish/prepare/

This commit is contained in:
Michael Vines 2018-09-24 20:18:50 -07:00
parent 5ce82fe50b
commit 6ad116fd60
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"lint:fix": "npm run lint --fix",
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
"ok": "npm run lint && npm run flow && npm run test && npm run doc",
"prepublish": "npm run clean && npm run ok && npm run build"
"prepare": "npm run clean && npm run ok && npm run build"
},
"dependencies": {
"babel-runtime": "^6.26.0",