add jsr publish

This commit is contained in:
Joel Wetzell
2026-07-29 08:46:55 -05:00
parent 88e90af76a
commit cd90fd784e
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -22,3 +22,7 @@ jobs:
- name: Publish to NPM
run: npm publish --provenance --access=public --workspace @jwetzell/osc
- name: Publish to JSR
working-directory: ./packages/osc
run: npx jsr publish
+9
View File
@@ -0,0 +1,9 @@
{
"name": "@jwetzell/osc",
"version": "1.7.0",
"exports": "./src/index.ts",
"exclude": [
"tsdown.config.ts",
"tests/**/*"
]
}