Skip to content

Commit

Permalink
straight yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Sep 17, 2024
1 parent 4e05229 commit 0eb3a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
node-version: 12.x
- name: Install application dependencies
working-directory: client
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install
- name: Build client
working-directory: client
run: yarn run build --environment=production
Expand Down

0 comments on commit 0eb3a59

Please sign in to comment.