Skip to content

Commit a6ff429

Browse files
authored
chore(repo): Update lock file on version PR (clerk#2989)
1 parent a50f856 commit a6ff429

3 files changed

Lines changed: 3 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
with:
5858
commit: "chore(repo): Version packages"
5959
publish: npm run release
60+
# Workaround for https://github.com/changesets/changesets/issues/421
61+
version: npm run version
6062
env:
6163
GITHUB_TOKEN: ${{ secrets.CLERK_COOKIE_PAT }}
6264
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:integration:remix": "echo 'placeholder'",
4141
"turbo:clean": "turbo daemon clean",
4242
"update:lockfile": "npm run nuke && npm install -D --arch=x64 --platform=linux turbo && npm install -D --arch=arm64 --platform=darwin turbo",
43-
"version": "changeset version && ./scripts/version-info.sh",
43+
"version": "changeset version && npm install --package-lock-only",
4444
"version:canary": "./scripts/canary.mjs",
4545
"version:snapshot": "./scripts/snapshot.mjs",
4646
"yalc:all": "for d in packages/*/; do echo $d; cd $d; npx yalc push --replace --sig; cd '../../'; done"

scripts/version-info.sh

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

0 commit comments

Comments
 (0)