Skip to content

Commit

Permalink
build(package.json): update scripts again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdiliberto committed Mar 12, 2019
1 parent d732177 commit c4a3c7a
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 @@ -36,8 +36,7 @@
"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",
"preversion": "yarn test",
"version": "yarn changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): 📄'",
"version": "git-chglog $(git describe --tags $(git rev-list --tags --max-count=1)) && yarn changelog && git add CHANGELOG.md",
"postversion": "git push && git push --tags && rm -rf tmp dist"
},
"dependencies": {
Expand Down

0 comments on commit c4a3c7a

Please sign in to comment.