Enable debug logs when building with Makefile

This commit is contained in:
Jeremy Wall 2023-11-25 22:07:09 -05:00
parent 1432dcea13
commit e6b827ca21

View File

@ -35,7 +35,7 @@ wasmrelease-dist: web/src/*.rs web/src/components/*.rs
wasm: wasm-dist static-prep wasm: wasm-dist static-prep
wasm-dist: web/src/*.rs web/src/components/*.rs wasm-dist: web/src/*.rs web/src/components/*.rs
cd web; wasm-pack build --mode no-install --target web --out-dir dist/ cd web; wasm-pack build --mode no-install --target web --out-dir dist/ --features debug_logs
clean: clean:
rm -rf web/dist/* rm -rf web/dist/*