Spaces:
Running
Running
ci: install dependencies everywhere
Browse files
.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
|