Skip to content

Commit

Permalink
Run tests before versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Sep 20, 2018
1 parent 4ed06bd commit 4055469
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 @@ -15,7 +15,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",
"build:standalone": "cross-env NODE_ENV=production webpack --config webpack.standalone.babel.js",
"preversion": "npm run lint",
"preversion": "npm run lint && npm run test",
"version": "auto-changelog -p && npm run build:dist && npm run build:standalone && git add CHANGELOG.md dist",
"prepublishOnly": "npm run build:lib && npm run build:dist",
"postpublish": "npm run clean"
Expand Down

0 comments on commit 4055469

Please sign in to comment.