diff --git a/Makefile b/Makefile index b38d8e6..48cff75 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: wasm-pack build --target $(TARGET) --out-dir pkg-$(TARGET) --release --no-pack --weak-refs && cp js-assets/* pkg-$(TARGET)/ publish: all - cp js-assets/README.md . && npx jsr publish --allow-slow-types && rm README.md + cp js-assets/README.md . && npx jsr publish --allow-slow-types --allow-dirty && rm README.md install: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh diff --git a/jsr.json b/jsr.json index 728c140..ed61745 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@pulsebeam/server", - "version": "0.0.8", + "version": "0.0.9", "nodeModulesDir": "auto", "exports": { "./node": "./pkg-bundler/index.ts",