Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 3e3e320

Browse files
committed
Update ship.js config
1 parent d83510d commit 3e3e320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ship.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ async function commitChangelog (current, next) {
3333

3434
module.exports = {
3535
updateChangelog: false,
36+
installCommand: () => 'pnpm i',
37+
buildCommand: () => 'pnpm build',
3638
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
3739
return new Promise((resolve) => {
3840
const pkg = require('./package.json')

0 commit comments

Comments
 (0)