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

Commit d02d637

Browse files
committed
update
1 parent 3693ab8 commit d02d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
mergeStrategy: { toSameBranch: ['master'] },
4040
monorepo: undefined,
4141
updateChangelog: false,
42-
buildCommand: ({ isYarn }) => 'npm run build',
42+
buildCommand: ({ isYarn }) => 'pnpm run build',
4343
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
4444
return new Promise(resolve => {
4545
const pkg = require('./package.json')

0 commit comments

Comments
 (0)