Skip to content

Commit ea214e7

Browse files
terapyonterapyon
authored andcommitted
Update Yarn install command with skip-build mode to resolve dependency issues
1 parent 97d32b9 commit ea214e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python -m pip install --upgrade pip
4646
python -m pip install -U codecov
4747
yarn --version
48-
yarn install
48+
yarn install --mode=skip-build
4949
5050
- name: Install package
5151
run: |

0 commit comments

Comments
 (0)