Skip to content

Commit

Permalink
ci: fix typos in atomic-angular task definitions (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
btaillon-coveo authored Sep 6, 2023
1 parent b22fcd6 commit 0ea1e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/atomic-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
"cached:build": {
"outputs": ["{projectRoot}/projects/atomic-angular/dist"],
"dependsOn": ["^build", "clean"],
"dependsOn": ["^build"],
"executor": "nx:run-commands",
"options": {
"commands": ["npm run build:bundles", "npm run build:assets"],
Expand All @@ -34,7 +34,7 @@
"npm link ../../../../../node_modules/@coveo/release",
"npx -p=@coveo/release npm-publish"
],
"parallel": true,
"parallel": false,
"cwd": "packages/atomic-angular/projects/atomic-angular/dist"
}
}
Expand Down

0 comments on commit 0ea1e35

Please sign in to comment.