mirror of
https://github.com/redstrate/Auracite.git
synced 2025-06-30 09:37:45 +00:00
Don't generate unnecessary files for web
This commit is contained in:
parent
b59518c682
commit
9a928a7c38
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --target web
|
||||
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --target web --release --no-pack --no-typescript
|
||||
|
|
Loading…
Add table
Reference in a new issue