diff --git a/apps/ts-minbar-test-react-components/project.json b/apps/ts-minbar-test-react-components/project.json index 42fb2581b6564..4c495b14f0ed8 100644 --- a/apps/ts-minbar-test-react-components/project.json +++ b/apps/ts-minbar-test-react-components/project.json @@ -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"] } diff --git a/apps/ts-minbar-test-react/project.json b/apps/ts-minbar-test-react/project.json index 1fd75197b2bf4..487389c2f8766 100644 --- a/apps/ts-minbar-test-react/project.json +++ b/apps/ts-minbar-test-react/project.json @@ -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"] } diff --git a/nx.json b/nx.json index 719d85d865424..e323ed5fcd559 100644 --- a/nx.json +++ b/nx.json @@ -46,7 +46,7 @@ "cache": true }, "test-integration": { - "dependsOn": ["build"], + "dependsOn": ["build", "^build"], "cache": true }, "test-ssr": {