File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ for pkg in $PACKAGES; do
3434 echo " Bumped $pkg to $VERSION "
3535done
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
3839git commit -m " chore: release $VERSION "
3940git tag " v$VERSION "
4041
You can’t perform that action at this time.
0 commit comments