This commit is contained in:
Hayden 2024-05-24 19:53:59 -05:00
parent 0e6b893efb
commit 4f51e4dc8c
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -22,7 +22,7 @@ jobs:
version: 9
- name: Install dependencies
run: pnpm install
run: pnpm install --shamefully-hoise
working-directory: frontend
- name: Run Lint
@ -61,7 +61,7 @@ jobs:
version: 9
- name: Install dependencies
run: pnpm install
run: pnpm install --shamefully-hoise
working-directory: frontend
- name: Run Integration Tests