Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
🔧 Improve prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 9, 2017
1 parent 1d3e994 commit 06c49cf
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 @@ -27,7 +27,7 @@
"test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run",
"dev": "webpack-dashboard -- webpack-dev-server --config build/webpack.config.dev.js --open",
"dev:coverage": "cross-env BABEL_ENV=test karma start test/karma.conf.js",
"prepublish": "in-publish && yon run build || true"
"prepublish": "! in-publish || yon run build"
},
"lint-staged": {
"*.{vue,jsx,js}": [
Expand Down

0 comments on commit 06c49cf

Please sign in to comment.