create feature config as part of core build

This commit is contained in:
Paul Sealock 2022-04-07 11:00:36 +12:00
parent 9eff273f01
commit 4180780cf9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm",
"build": "./bin/build-zip.sh",
"build:feature-config": "php bin/generate-feature-config.php",
"build:core": "pnpm nx build woocommerce-admin && pnpm nx build woocommerce-legacy-assets && pnpm run makepot",
"build:core": "pnpm run build:feature-config && pnpm nx build woocommerce-admin && pnpm nx build woocommerce-legacy-assets && pnpm run makepot",
"build:zip": "pnpm run build",
"lint:js": "eslint assets/js --ext=js",
"docker:down": "pnpx wc-e2e docker:down",