diff --git a/justfile b/justfile index 3097013..eb8a478 100644 --- a/justfile +++ b/justfile @@ -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