Added React Client as Implicit Dependency

This makes sure that building WooCommerce builds the
react admin as well.
This commit is contained in:
Christopher Allford 2022-03-18 15:46:48 -07:00
parent 839b6ffbc6
commit 6acfa7a037
1 changed files with 4 additions and 1 deletions

View File

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