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

Commit 3cdedfe

Browse files
committed
Update release it, handle tsdx interactive by default test runner
1 parent be4ebb1 commit 3cdedfe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.release-it.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ module.exports = {
66
release: true
77
},
88
scripts: {
9-
beforeStart: 'yarn lint && yarn test && yarn build',
10-
changelog: 'auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs',
11-
beforeStage: 'auto-changelog'
9+
changelog: 'auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs'
10+
},
11+
hooks: {
12+
'before:init': 'yarn lint && CI=true yarn test && yarn build',
13+
'after:bump': 'auto-changelog'
1214
}
1315
}

0 commit comments

Comments
 (0)