Move dependency declaration into project level
This commit is contained in:
parent
2955638af6
commit
11c2028bd5
6
nx.json
6
nx.json
|
@ -35,12 +35,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"woocommerce": {
|
|
||||||
"implicitDependencies": [ "woocommerce-legacy-assets" ]
|
|
||||||
},
|
|
||||||
"woocommerce-legacy-assets": {
|
|
||||||
"implicitDependencies": []
|
|
||||||
},
|
|
||||||
"affected": {
|
"affected": {
|
||||||
"defaultBase": "trunk"
|
"defaultBase": "trunk"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"root": "plugins/woocommerce/legacy",
|
"root": "plugins/woocommerce/legacy",
|
||||||
"sourceRoot": "plugins/woocommerce/legacy",
|
"sourceRoot": "plugins/woocommerce/legacy",
|
||||||
"type": "application",
|
"type": "application",
|
||||||
|
"implicitDependencies": [],
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@nrwl/workspace:run-commands",
|
"executor": "@nrwl/workspace:run-commands",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"root": "plugins/woocommerce/",
|
"root": "plugins/woocommerce/",
|
||||||
"sourceRoot": "plugins/woocommerce",
|
"sourceRoot": "plugins/woocommerce",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
|
"implicitDependencies": [ "woocommerce-legacy-assets" ],
|
||||||
"targets": {
|
"targets": {
|
||||||
"composer-install": {
|
"composer-install": {
|
||||||
"executor": "@nrwl/workspace:run-commands",
|
"executor": "@nrwl/workspace:run-commands",
|
||||||
|
|
Loading…
Reference in New Issue