Skip to content

Commit

Permalink
Enable tracing-wasm feature when building augurs-js
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Oct 16, 2024
1 parent d76d51b commit 7209327
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 @@ -3,7 +3,7 @@ set ignore-comments
# Build and publish the augurs-js package to npm with the @bsull scope.
publish-npm:
cd crates/augurs-js && \
wasm-pack build --release --scope bsull --out-name augurs --target web -- --features parallel && \
wasm-pack build --release --scope bsull --out-name augurs --target web -- --features parallel,tracing-wasm && \
node prepublish && \
wasm-pack publish --access public

Expand Down

0 comments on commit 7209327

Please sign in to comment.