Skip to content

Commit

Permalink
update js makefile to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Jan 3, 2025
1 parent fda625e commit 571b0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 571b0ee

Please sign in to comment.