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 1796a5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- 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 ../..
npm pkg set devDependencies.react=${{matrix.react}} --ws
cat ./.yarnrc.yml
yarn
- name: Build
Expand Down

0 comments on commit 1796a5f

Please sign in to comment.