Added info about manual rebuild of assets
parent
0b3584c14a
commit
e230a8fb97
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue