Skip to content

Commit

Permalink
fix: race on release build (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh authored Sep 30, 2024
1 parent a3f5312 commit 72cdf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nx-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: build
run: |
npx nx run-many -t build
npx nx run-many -t build --parallel=false
- name: package
run: |
npx nx run-many -t package
Expand Down

0 comments on commit 72cdf10

Please sign in to comment.