Skip to content

Commit

Permalink
--ignore-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Nov 13, 2024
1 parent 6b80fdb commit b876743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
- name: Install Dependencies (Electron)
run: |
cd electron
yarn install --ignore-optional
yarn install
cd ..
- name: Install Dependencies (Client)
run: |
cd client
yarn install --ignore-optional
yarn install
cd ..
- name: Build Client
Expand Down

0 comments on commit b876743

Please sign in to comment.