Added info about manual rebuild of assets

Peter Fabian 2022-01-17 15:32:00 +01:00
parent 0b3584c14a
commit e230a8fb97
1 changed files with 6 additions and 0 deletions

@ -95,6 +95,12 @@ To automatically rebuild the assets whenever a JS or SCSS file is modified run:
pnpm nx build-watch woocommerce
```
To trigger a one-time rebuild, run
```
pnpm nx build woocommerce-legacy-assets
```
## IDE integrations
WooCommerce core has linting rules in place via pre-commit hooks to ensure code standards are used. Ensure you have installed NPM and Composer packages, so these are set up!