diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index 42e60d51c29..ae01380fc7c 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -20,7 +20,7 @@ "clean": "rimraf ../woocommerce/assets/client/admin/*", "client:watch": "cross-env WC_ADMIN_PHASE=development pnpm run build:feature-config && cross-env WC_ADMIN_PHASE=development webpack --watch", "create-hook-reference": "node ./bin/hook-reference/index.js", - "create-wc-extension": "node ./bin/starter-pack/starter-pack.js", + "create-wc-extension": "pnpm -w run create-extension", "dev": "cross-env WC_ADMIN_PHASE=development pnpm run build:feature-config && cross-env WC_ADMIN_PHASE=development pnpm -w run build --filter='./packages/js/*' && cross-env WC_ADMIN_PHASE=development webpack", "example": "webpack --config docs/examples/extensions/examples.config.js --watch", "preinstall": "npx only-allow pnpm", diff --git a/plugins/woocommerce/changelog/fix-36890_create_wc_extension_script b/plugins/woocommerce/changelog/fix-36890_create_wc_extension_script new file mode 100644 index 00000000000..253dcf4a315 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-36890_create_wc_extension_script @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +Update create-wc-extension script within woocommerce-admin.