From 571b0ee2766c3ec6de1c84c1a0914b5b93c3484d Mon Sep 17 00:00:00 2001 From: Lukas Herman Date: Fri, 3 Jan 2025 11:56:45 -0500 Subject: [PATCH] update js makefile to publish --- js/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/Makefile b/js/Makefile index 83644a5..ed01f05 100644 --- a/js/Makefile +++ b/js/Makefile @@ -7,7 +7,7 @@ build: build-target: wasm-pack build --target $(TARGET) --out-dir $(PWD)/pkg-$(TARGET) --release --no-pack --weak-refs -test: +test: build deno test -A app.test.ts echo "https://github.com/rustwasm/wasm-pack/pull/1061" node --experimental-vm-modules --trace-warnings --experimental-wasm-modules app.test.js @@ -16,7 +16,7 @@ doc: build deno doc --html ./pkg-bundler/pulsebeam_core.js python3 -m http.server -d docs -publish: all +publish: test npx jsr publish --allow-slow-types install: