Skip to content

Commit e329a4d

Browse files
author
greweb
committed
chore: update yarn.lock for 6.0.0 + fix publish workflow immutable lockfile
1 parent 194cd76 commit e329a4d

3 files changed

Lines changed: 618 additions & 33 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: corepack enable
22-
- run: yarn install
22+
- run: yarn install --no-immutable
2323
- run: yarn build
2424

2525
- name: Publish packages

scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ for pkg in $PACKAGES; do
3434
echo "Bumped $pkg to $VERSION"
3535
done
3636

37-
git add packages/gl-react/package.json packages/gl-react-dom/package.json packages/gl-react-expo/package.json packages/gl-react-headless/package.json packages/gl-react-native/package.json
37+
yarn install
38+
git add packages/gl-react/package.json packages/gl-react-dom/package.json packages/gl-react-expo/package.json packages/gl-react-headless/package.json packages/gl-react-native/package.json yarn.lock
3839
git commit -m "chore: release $VERSION"
3940
git tag "v$VERSION"
4041

0 commit comments

Comments
 (0)