Skip to content

Commit fa9312e

Browse files
committed
build: add lock when committing
1 parent e08e095 commit fa9312e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ async function main() {
220220
'add',
221221
'packages/*/CHANGELOG.md',
222222
'packages/*/package.json',
223+
'pnpm-lock.yaml',
223224
])
224225
await runIfNotDry('git', [
225226
'commit',

0 commit comments

Comments
 (0)