Skip to content

Commit

Permalink
chore(npm): Use prepublishOnly instead of prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Jun 4, 2017
1 parent c609274 commit 397f37a
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 @@ -31,7 +31,7 @@
"clean": "rm -rf .nyc_output coverage dist",
"coverage": "nyc --reporter html --report-dir coverage npm test && open coverage/index.html",
"lint": "eslint --cache {benchmark,src,tests}/**/*.js",
"prepublish": "npm run clean && npm run build",
"prepublishOnly": "npm run clean && npm run build",
"test": "nyc --check-coverage --lines 100 mocha tests/*.test.js --delay --reporter dot",
"test:browser": "(sleep 1 && open 'http://localhost:8080/tests/browser/') & webpack-dev-server"
},
Expand Down

0 comments on commit 397f37a

Please sign in to comment.