diff --git a/justfile b/justfile index d2f24f51c..9260eba16 100755 --- a/justfile +++ b/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: