Skip to content

Commit

Permalink
fix(dist): create build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Feb 28, 2017
1 parent b3e1196 commit 182b288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"lintfix": "eslint --fix src/js/**/*.js",
"test": "ava test/**/*.test.js --require babel-register",
"build": "rollup -c rollup.umd.config.js && rollup.es2015.config.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepublish": "grunt dist"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 182b288

Please sign in to comment.