Skip to content

Commit

Permalink
We're not using lerna so we need to do this BEFORE publish (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract authored Apr 22, 2019
1 parent db8987b commit 3303f10
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 @@ -48,7 +48,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",
"publish": "node ./utils/pre-publish-checks.js && git diff --stat --exit-code HEAD && npm test && npm run build:prod"
"prepublishOnly": "node ./utils/pre-publish-checks.js && git diff --stat --exit-code HEAD && npm test && npm run build:prod"
},
"license": "MIT",
"dependencies": {}
Expand Down

0 comments on commit 3303f10

Please sign in to comment.