Skip to content

Commit

Permalink
chore: disable format:check on release
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Sep 19, 2024
1 parent 1c5cc08 commit 42b6350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- run: npm ci

- run: npx nx format:check
# - run: npx nx format:check
- run: npx nx affected -t lint --parallel=3
- run: npx nx affected -t test --parallel=3 --configuration=ci
- run: npx nx affected -t build --parallel=3

0 comments on commit 42b6350

Please sign in to comment.