Updated How to set up WooCommerce development environment (markdown)

Chi-Hsuan Huang 2022-04-13 12:16:16 +08:00
parent 6d876a7135
commit 81311096c7
1 changed files with 1 additions and 1 deletions

@ -226,7 +226,7 @@ If you want to WooCommerce Admin independently, you can use these commands:
- `pnpm nx start woocommerce-admin` : Build a development version, watch files (including packages/js/*) for changes
- `pnpm nx build-watch woocommerce-admin` : Build a development version, watch client files for changes
- `pnpm nx watch woocommerce-admin` : Watch client files for changes
- `pnpm nx storybook woocommerce-admin`: View the storybook docs hosted standalone for `@woocommerce/components`
### Helper Scripts