NERDDISCO commited on
Commit
6f22aaf
·
1 Parent(s): fe2389e

ci: install dependencies everywhere

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +2 -2
.github/workflows/release.yml CHANGED
@@ -34,7 +34,7 @@ jobs:
34
  cache: "pnpm"
35
 
36
  - name: Install Dependencies
37
- run: pnpm install --no-frozen-lockfile
38
 
39
  - name: Build Packages
40
  run: pnpm run build:all
@@ -73,7 +73,7 @@ jobs:
73
  cache: "pnpm"
74
 
75
  - name: Install Dependencies
76
- run: pnpm install --no-frozen-lockfile
77
 
78
  - name: Build Cyberpunk Demo
79
  run: pnpm run build:cyberpunk
 
34
  cache: "pnpm"
35
 
36
  - name: Install Dependencies
37
+ run: pnpm install --no-frozen-lockfile --recursive
38
 
39
  - name: Build Packages
40
  run: pnpm run build:all
 
73
  cache: "pnpm"
74
 
75
  - name: Install Dependencies
76
+ run: pnpm install --no-frozen-lockfile --recursive
77
 
78
  - name: Build Cyberpunk Demo
79
  run: pnpm run build:cyberpunk