Skip to content

Commit f0cef67

Browse files
[Fix] Lockfile update (#203)
1 parent b92cb9d commit f0cef67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
id: changesets
4141
uses: changesets/action@v1
4242
with:
43+
# Update the monorepo lockfile after versioning
44+
version: pnpm changeset version && pnpm install --lockfile-only --frozen-lockfile=false
4345
# This expects you to have a script called release which does a build for your packages and calls changeset publish
4446
publish: pnpm release
4547
env:

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)