Added React Client as Implicit Dependency
This makes sure that building WooCommerce builds the react admin as well.
This commit is contained in:
parent
839b6ffbc6
commit
6acfa7a037
|
@ -2,7 +2,10 @@
|
|||
"root": "plugins/woocommerce/",
|
||||
"sourceRoot": "plugins/woocommerce",
|
||||
"projectType": "application",
|
||||
"implicitDependencies": [ "woocommerce-legacy-assets" ],
|
||||
"implicitDependencies": [
|
||||
"woocommerce-legacy-assets",
|
||||
"woocommerce-admin"
|
||||
],
|
||||
"targets": {
|
||||
"changelog": {
|
||||
"executor": "./tools/executors/changelogger:changelog",
|
||||
|
|
Loading…
Reference in New Issue