Skip to content

Commit

Permalink
fix(package): change prepublish script to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 17, 2017
1 parent 2ed4165 commit 4470a43
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 @@ -15,7 +15,7 @@
"test": "cross-env NODE_ENV=test nyc tap test/**/*.spec.js && npm run spellcheck",
"coverage": "nyc report",
"spellcheck": "yaspeller .",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
"prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build"
},
"dependencies": {
"sw-precache": "^4.2.3"
Expand Down

0 comments on commit 4470a43

Please sign in to comment.