Skip to content

Commit 888c6a1

Browse files
committed
fix: shipjs config
1 parent 8a3b67a commit 888c6a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ship.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = {
4040
mergeStrategy: { toSameBranch: ['master'] },
4141
monorepo: undefined,
4242
updateChangelog: false,
43+
installCommand: () => 'pnpm install',
4344
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
4445
updateRuleDocs({ nextVersion })
4546
return new Promise(resolve => {

0 commit comments

Comments
 (0)