chore(justfile): build-wasm should build in prod

This commit is contained in:
Boshen 2024-09-04 08:56:20 +08:00
parent e7bd49dae4
commit cd0516752c
No known key found for this signature in database
GPG key ID: 67715A371E534061

View file

@ -126,7 +126,7 @@ watch-wasm:
cargo watch --no-vcs-ignores -i 'npm/oxc-wasm/**' -- just build-wasm
build-wasm:
wasm-pack build --out-dir ../../npm/oxc-wasm --target web --dev --scope oxc crates/oxc_wasm
wasm-pack build --out-dir ../../npm/oxc-wasm --target web --scope oxc crates/oxc_wasm
# Generate the JavaScript global variables. See `tasks/javascript_globals`
javascript-globals: