Skip to content

Commit

Permalink
ignore --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Nov 13, 2024
1 parent db7f371 commit 274ab01
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 @@ -66,13 +66,13 @@ jobs:
- name: Install Dependencies (Electron)
run: |
cd electron
yarn install --frozen-lockfile
yarn install
cd ..
- name: Install Dependencies (Client)
run: |
cd client
yarn install --frozen-lockfile
yarn install
cd ..
- name: Build Client
Expand Down

0 comments on commit 274ab01

Please sign in to comment.