Skip to content

Commit

Permalink
chore(justfile): fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 28, 2024
1 parent f955ba2 commit d5a2161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ watch-wasm:
just watch 'just build-wasm dev'

build-wasm mode="release":
wasm-pack build crates/oxc_wasm --mode no-install --no-pack --target web --scope oxc --out-dir ../../npm/oxc-wasm --{{mode}}
wasm-pack build crates/oxc_wasm --no-pack --target web --scope oxc --out-dir ../../npm/oxc-wasm --{{mode}}
cp crates/oxc_wasm/package.json npm/oxc-wasm/package.json
rm npm/oxc-wasm/.gitignore

Expand Down

0 comments on commit d5a2161

Please sign in to comment.