Skip to content

Commit

Permalink
build: fix incomplete comment in the ci-build script
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
chrispcampbell committed Jan 23, 2024
1 parent 6ec1f63 commit a46b0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci-build
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ echo_separator CLEAN
run_in_workspaces parallel clean

# Build all packages. Unlike the other steps, we don't use the `--parallel` option
# but rely on pnpm to do topological sorting (while still using the )
# but rely on pnpm to do topological sorting (while still using `--workspace-concurrency=0`
# so that the commands do run concurrently when possible).
echo_separator BUILD
run_in_workspaces ordered build

Expand Down

0 comments on commit a46b0ed

Please sign in to comment.