Skip to content

Commit

Permalink
Replacing prepublish script with prepare. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-b authored and goldhand committed Oct 16, 2017
1 parent 451945f commit b938331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
node_modules/
src/
examples/
test/
.github/
circle.yml
.babelrc
.eslintrc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Webpack plugin for using service workers",
"main": "lib/index.js",
"scripts": {
"prepublish": "make build",
"prepare": "make build",
"version": "make changelog && git add -p CHANGELOG.md && git checkout CHANGELOG.md",
"test:unit": "make unit_test",
"test:integration": "make integration_test",
Expand Down

0 comments on commit b938331

Please sign in to comment.