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

Commit 967c548

Browse files
committed
chore: Use npm script
1 parent 609c3db commit 967c548

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/actions/lock-file/update-lock-file.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
title: "Changesets: Version Packages"
3737
publish: yarn release
3838
# Workaround for https://github.com/changesets/changesets/issues/421
39-
version: ./.github/actions/lock-file/update-lock-file.sh
39+
version: yarn release-update-lockfile
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"test:ci": "jest --ci --runInBand",
4848
"changeset": "changeset",
4949
"release": "changeset publish",
50+
"release-update-lockfile": "changeset version && yarn install --mode update-lockfile",
5051
"postinstall": "husky install && yarn package:prepare",
5152
"prepare": "yarn postinstall"
5253
},

0 commit comments

Comments
 (0)