Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 3e3e320

Browse filesBrowse files
committed
Update ship.js config
1 parent d83510d commit 3e3e320
Copy full SHA for 3e3e320

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎ship.config.js

Copy file name to clipboardExpand all lines: ship.config.js
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.