Commit e733bc7
fix(ci): fix pnpm installation
The build script (tools/build.mjs) requires pnpm to be available
when executing `pnpm install` and `pnpm bazel build` commands.
Previously, pnpm was being set up after npm ci and before the build,
which caused the build to fail because pnpm was not available in time.
Changes:
- Move "Setup pnpm" step to run immediately after "Setup Node JS"
- Ensures pnpm is available before any build commands are executed1 parent ea3e52e commit e733bc7
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
0 commit comments