make sure dev installs

This commit is contained in:
Hayden 2024-05-24 18:26:28 -05:00
parent d39e7ee97f
commit 1f155c569f
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

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