Skip to content

Commit

Permalink
chore: improve build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 28, 2020
1 parent 223bf5b commit 9240aa1
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 @@ -7,7 +7,8 @@
"scripts": {
"test": "standard",
"release": "git push --follow-tags && gh-release",
"version": "ncc build index.js -o dist -s && auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md dist"
"version": "npm run build && auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md dist",
"build": "rm -rf dist && ncc build index.js -o dist -s"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9240aa1

Please sign in to comment.