mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
make sure dev installs
This commit is contained in:
parent
d39e7ee97f
commit
1f155c569f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/partial-frontend.yaml
vendored
4
.github/workflows/partial-frontend.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
version: 9
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --shamefully-hoist
|
||||
run: pnpm install --shamefully-hoist --dev
|
||||
working-directory: frontend
|
||||
|
||||
- name: Run Lint
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
version: 9
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --shamefully-hoist
|
||||
run: pnpm install --shamefully-hoist --dev
|
||||
working-directory: frontend
|
||||
|
||||
- name: Run Integration Tests
|
||||
|
|
Loading…
Reference in a new issue