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

Commit

Permalink
fix shipjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jul 5, 2022
1 parent ba4eccf commit 4ea3bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ship.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
mergeStrategy: { toSameBranch: ['master'] },
monorepo: undefined,
updateChangelog: false,
installCommand: () => 'pnpm install --silent',
buildCommand: ({ isYarn }) => 'pnpm run build',
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
return new Promise(resolve => {
Expand Down

0 comments on commit 4ea3bae

Please sign in to comment.