Skip to content

Commit

Permalink
build(package.json): add preversion and postversion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdiliberto committed Mar 12, 2019
1 parent 600d2d1 commit ad8b4bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"start:inspect": "node --inspect-brk node_modules/.bin/ember s",
"test:iterate": "ember exam:iterate 10",
"test:fastboot": "DEBUG=ember-cli-addon-tests ember fastboot:test",
"version": "yarn changelog && git add CHANGELOG.md"
"preversion": "yarn test",
"version": "yarn changelog && git add CHANGELOG.md",
"postversion": "git push && git push --tags && rm -rf tmp dist"
},
"dependencies": {
"@ember-decorators/babel-transforms": "^5.1.3",
Expand Down

0 comments on commit ad8b4bf

Please sign in to comment.