Skip to content

Commit

Permalink
Tweak version script
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Oct 30, 2017
1 parent 436d25f commit 00d88ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"build:demo": "cross-env NODE_ENV=production webpack --config webpack.demo.babel.js",
"build:dist": "cross-env NODE_ENV=production webpack --config webpack.dist.babel.js",
"preversion": "npm run lint",
"version": "npm run update-changelog && npm run build:dist && git add CHANGELOG.md dist",
"update-changelog": "auto-changelog --package --template compact",
"version": "auto-changelog -p && npm run build:dist && git add CHANGELOG.md dist",
"prepublishOnly": "npm run build:lib && npm run build:dist",
"postpublish": "npm run clean"
},
Expand Down

0 comments on commit 00d88ea

Please sign in to comment.