Skip to content

Commit

Permalink
ci: fix main build command (#4674)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Jan 15, 2025
1 parent 1b09685 commit b31d423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile --prefer-offline
- uses: nrwl/nx-set-shas@v4
- run: pnpm exec build --exclude=docs-app
- run: pnpm exec nx run-many -t build --exclude=docs-app

schematics-core-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b31d423

Please sign in to comment.