Skip to content

Commit

Permalink
Merge pull request #87 from lycan-city/refactor
Browse files Browse the repository at this point in the history
Using prepare instead of prepublish.
  • Loading branch information
vetom authored May 9, 2018
2 parents 3ce9913 + 0da2c7f commit ded1218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/index.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build",
"prepare": "npm run build",
"test": "mocha --compilers js:babel-core/register tests --recursive",
"testw": "mocha --compilers js:babel-core/register tests --recursive -w"
},
Expand Down

0 comments on commit ded1218

Please sign in to comment.