Skip to content

Commit ab438ae

Browse files
committed
fix: try to update pnpm-lock
1 parent 80a898d commit ab438ae

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

packages/utils/src/cmds/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const handler = async ({ publish }) => {
9292
'@semantic-release/exec',
9393
{
9494
successCmd:
95-
'pnpm install --no-frozen-lockfile && git add pnpm-lock.yml && git commit -m "chore(skip): update pnpm-lock.yml"', // ToDo: make it independent of npm
95+
'pnpm install --lockfile-only && git commit -am "chore(skip): update pnpm-lock.yml"', // ToDo: make it independent of npm
9696
},
9797
]
9898
const deferPlugin = require('../support/semantic-release-defer-release')

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)