Skip to content

Commit

Permalink
chore: change verify workflow to not use yarn on nested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Nov 18, 2024
1 parent c92fa94 commit 77eee00
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
run: yarn
- name: Custom React version
run: |
echo "enableImmutableInstalls: false" > ./.yarnrc.yml
yarn add react@${{ matrix.react }} -D
cd packages/core
yarn add react@${{ matrix.react }} -D
cd ../..
echo -e "nodeLinker: node-modules\nenableImmutableInstalls: false" > ./.yarnrc.yml
npm pkg set devDependencies.react=${{matrix.react}} --ws
cat ./.yarnrc.yml
yarn
- name: Build
Expand Down

0 comments on commit 77eee00

Please sign in to comment.