Skip to content

Commit

Permalink
chore: always trigger build on dependencies for test-integration targ…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Aug 12, 2024
1 parent cb6df91 commit b5e427c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions apps/ts-minbar-test-react-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"name": "ts-minbar-test-react-components",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"tags": ["vNext"],
"targets": {
"test-integration": { "dependsOn": [{ "target": "build", "projects": "react-components" }] }
}
"tags": ["vNext"]
}
3 changes: 1 addition & 2 deletions apps/ts-minbar-test-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"name": "ts-minbar-test-react",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"tags": ["v8"],
"targets": { "test-integration": { "dependsOn": [{ "target": "build", "projects": "react" }] } }
"tags": ["v8"]
}
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cache": true
},
"test-integration": {
"dependsOn": ["build"],
"dependsOn": ["build", "^build"],
"cache": true
},
"test-ssr": {
Expand Down

0 comments on commit b5e427c

Please sign in to comment.