Fix bisect steps to clean out old generated files (#3428)
This commit is contained in:
		@ -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
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user