mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Enable debug logs when building with Makefile
This commit is contained in:
parent
1432dcea13
commit
e6b827ca21
2
Makefile
2
Makefile
@ -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/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user