Skip to content

Commit

Permalink
chore: fix build-wasm command
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 7, 2024
1 parent 8cbf937 commit f849efa
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 @@ -99,7 +99,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 --dev --scope oxc crates/oxc_wasm

# Generate the JavaScript global variables. See `tasks/javascript_globals`
javascript-globals:
Expand Down

0 comments on commit f849efa

Please sign in to comment.