You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 executed
0 commit comments