Skip to content

Commit

Permalink
fix(repo): Updated workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 15, 2022
1 parent ad24b1c commit 2aa4c91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# - run: npx nx format:check
# - run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --base=${{env.NX_BASE}} --head=${{env.NX_HEAD}} --ci --code-coverage
- run: npx nx affected --target=build --parallel=3
- run: npx nx affected --target=semantic-release --parallel=3
- run: npx nx affected --target=build --parallel=3 --exclude=tools/asyncapi/rabbitmq
- run: npx nx affected --target=semantic-release --parallel=3 --exclude=tools/asyncapi/rabbitmq
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 0 additions & 4 deletions apps/web/landing/ClientApp/.babelrc

This file was deleted.

4 changes: 0 additions & 4 deletions apps/web/shell/ClientApp/.babelrc

This file was deleted.

0 comments on commit 2aa4c91

Please sign in to comment.