Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 4ea3bae

Browse files
committed
fix shipjs config
1 parent ba4eccf commit 4ea3bae

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+
installCommand: () => 'pnpm install --silent',
4243
buildCommand: ({ isYarn }) => 'pnpm run build',
4344
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
4445
return new Promise(resolve => {

0 commit comments

Comments
 (0)