prepublish ~> prepare

master
Pooya Parsa 2017-08-13 19:08:22 +04:30
parent 3d27b0eada
commit 44d7b6fe07
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"lint": "eslint lib src test",
"test": "npm run lint && jest",
"release": "standard-version && git push --follow-tags && npm publish",
"prepublish": "npm run test"
"prepare": "npm run test"
},
"eslintIgnore": [
"*.template.*"