chore: add build-preview task for local build testing (#1539)
This commit is contained in:
@ -75,6 +75,16 @@ Runs the `clean` script and builds the CMS packages.
|
||||
yarn build
|
||||
```
|
||||
|
||||
### `build-preview`
|
||||
|
||||
Runs the `build` and `build-preview` scripts in each package and serves the resulting build locally.
|
||||
|
||||
#### Usage
|
||||
|
||||
```sh
|
||||
yarn build-preview
|
||||
```
|
||||
|
||||
### `test`
|
||||
|
||||
Runs all the CMS package tests.
|
||||
|
Reference in New Issue
Block a user