Skip to content

Commit

Permalink
Fix JSR publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Zaunseder committed Jun 11, 2024
1 parent 2d86040 commit 73546a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
- run: bun install
- name: Publish package to JSR
run: bunx jsr publish
run: bunx jsr publish --allow-dirty

publish-npm:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@zauni/rollup-plugin-openapi",
"version": "2.0.0",
"exports": "./src/index.ts"
"exports": "./src/index.ts",
"publish": {
"exclude": ["src/**/*.test.ts", "src/fixtures/**", ".github", "dist"]
}
}

0 comments on commit 73546a3

Please sign in to comment.