Fix bisect steps to clean out old generated files (#3428)

This commit is contained in:
Jonathan Tran
2024-08-15 01:28:33 -04:00
committed by GitHub
parent 4a490d5900
commit 75ae4b4a4a

View File

@ -117,6 +117,7 @@ Which commands from setup are one off vs need to be run every time?
The following will need to be run when checking out a new commit and guarantees the build is not stale:
```bash
yarn install
yarn wasm-prep
yarn build:wasm-dev # or yarn build:wasm for slower but more production-like build
yarn start # or yarn build:local && yarn serve for slower but more production-like build
```