Removed Unnecessary Rebuilds

Nx already handles the building of dependencies.
This commit removes the unnecessary build
calls from WooCommerce's "build" script.
This commit is contained in:
Christopher Allford 2022-05-06 12:26:27 -07:00
parent 31d7249080
commit 74f44dd04c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "composer install",
"build": "WC_ADMIN_PHASE=core pnpm run build:feature-config && pnpm nx build woocommerce-admin && pnpm nx build woocommerce-legacy-assets",
"build": "WC_ADMIN_PHASE=core pnpm run build:feature-config",
"build:feature-config": "php bin/generate-feature-config.php",
"build:zip": "./bin/build-zip.sh",
"lint": "pnpm lint:js && pnpm lint:php",