We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3b67a commit 888c6a1Copy full SHA for 888c6a1
ship.config.cjs
@@ -40,6 +40,7 @@ module.exports = {
40
mergeStrategy: { toSameBranch: ['master'] },
41
monorepo: undefined,
42
updateChangelog: false,
43
+ installCommand: () => 'pnpm install',
44
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
45
updateRuleDocs({ nextVersion })
46
return new Promise(resolve => {
0 commit comments