From cd0516752cd02edd46ed3402bb821dee4aa41316 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 4 Sep 2024 08:56:20 +0800 Subject: [PATCH] chore(justfile): `build-wasm` should build in prod --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: