Skip to content

Commit

Permalink
Add additional checks for publish (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract authored Apr 22, 2019
1 parent a490500 commit 910d811
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 @@ -45,7 +45,7 @@
"lint": "eslint index.js plugins test utils",
"test": "mocha --require test/babel-hook test/*.js",
"start": "webpack-dev-server --config webpack.config.babel.js --hot --inline",
"prepublishOnly": "npm run build:prod && npm test"
"publish": "git diff --stat --exit-code HEAD && npm test && npm run build:prod"
},
"license": "MIT",
"dependencies": {}
Expand Down

0 comments on commit 910d811

Please sign in to comment.