create feature config as part of core build
This commit is contained in:
parent
9eff273f01
commit
4180780cf9
|
@ -15,7 +15,7 @@
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"build": "./bin/build-zip.sh",
|
"build": "./bin/build-zip.sh",
|
||||||
"build:feature-config": "php bin/generate-feature-config.php",
|
"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",
|
"build:zip": "pnpm run build",
|
||||||
"lint:js": "eslint assets/js --ext=js",
|
"lint:js": "eslint assets/js --ext=js",
|
||||||
"docker:down": "pnpx wc-e2e docker:down",
|
"docker:down": "pnpx wc-e2e docker:down",
|
||||||
|
|
Loading…
Reference in New Issue