Skip to content

Commit

Permalink
feat: update affected commands
Browse files Browse the repository at this point in the history
  • Loading branch information
koliveira15 committed Mar 20, 2024
1 parent 3318eeb commit 262bc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
main-branch-name: main
number-of-agents: 3
parallel-commands-on-agents: |
npx nx affected -t lint & npx nx affected -t test --configuration=ci & npx nx affected -t build
npx nx affected -t lint --parallel --exclude koliveira15
npx nx affected -t test --parallel --exclude koliveira15
npx nx affected -t build --parallel --exclude koliveira15
agents:
name: Nx Cloud - Agents
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"url": "https://github.com/koliveira15/nx-sonarqube.git"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"pre-commit": "lint-staged",
"prepare": "husky install"
},
Expand Down

0 comments on commit 262bc36

Please sign in to comment.