Skip to content

Commit 1796a5f

Browse files
committed
chore: change verify workflow to not use yarn on nested packages
1 parent c92fa94 commit 1796a5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
- name: Custom React version
2020
run: |
2121
echo "enableImmutableInstalls: false" > ./.yarnrc.yml
22-
yarn add react@${{ matrix.react }} -D
23-
cd packages/core
24-
yarn add react@${{ matrix.react }} -D
25-
cd ../..
22+
npm pkg set devDependencies.react=${{matrix.react}} --ws
2623
cat ./.yarnrc.yml
2724
yarn
2825
- name: Build

0 commit comments

Comments
 (0)