Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update release it, handle tsdx interactive by default test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed Jan 6, 2020
1 parent be4ebb1 commit 3cdedfe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ module.exports = {
release: true
},
scripts: {
beforeStart: 'yarn lint && yarn test && yarn build',
changelog: 'auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs',
beforeStage: 'auto-changelog'
changelog: 'auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs'
},
hooks: {
'before:init': 'yarn lint && CI=true yarn test && yarn build',
'after:bump': 'auto-changelog'
}
}

0 comments on commit 3cdedfe

Please sign in to comment.