Skip to content

Commit 60a0a8e

Browse files
timdeschryverrainerhahnekamp
authored andcommitted
ci: fix main build command (ngrx#4674)
1 parent 02b2356 commit 60a0a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cache-dependency-path: '**/pnpm-lock.yaml'
9696
- run: pnpm install --frozen-lockfile --prefer-offline
9797
- uses: nrwl/nx-set-shas@v4
98-
- run: pnpm exec build --exclude=docs-app
98+
- run: pnpm exec nx run-many -t build --exclude=docs-app
9999

100100
schematics-core-check:
101101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)