Move dependency declaration into project level

This commit is contained in:
roykho 2021-11-19 08:44:44 -08:00
parent 2955638af6
commit 11c2028bd5
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
3 changed files with 2 additions and 6 deletions

View File

@ -35,12 +35,6 @@
} }
] ]
}, },
"woocommerce": {
"implicitDependencies": [ "woocommerce-legacy-assets" ]
},
"woocommerce-legacy-assets": {
"implicitDependencies": []
},
"affected": { "affected": {
"defaultBase": "trunk" "defaultBase": "trunk"
} }

View File

@ -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",

View File

@ -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",