mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
chore(justfile): build-wasm should build in prod
This commit is contained in:
parent
e7bd49dae4
commit
cd0516752c
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue