Skip to content

Commit eef09f2

Browse files
committed
update shipjs configuration
1 parent 2f7833d commit eef09f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ship.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = {
3939
mergeStrategy: { toSameBranch: ['master'] },
4040
monorepo: undefined,
4141
updateChangelog: false,
42+
buildCommand: ({ isYarn, version }) => 'yarn build:type',
4243
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
4344
return new Promise(resolve => {
4445
const pkg = require('./package.json')

0 commit comments

Comments
 (0)