without --shamefully-hoist

This commit is contained in:
Hayden
2024-05-24 18:29:51 -05:00
parent 1f155c569f
commit a75ab532c2

View File

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