Skip to content

Commit 28c0c47

Browse files
committed
fix: update publish command to allow slow types and adjust file inclusion pattern
1 parent 70c118d commit 28c0c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: bun install
2626

2727
- name: Publish package
28-
run: bunx jsr publish
28+
run: bunx jsr publish --allow-slow-types

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"README.md",
1010
"package.json",
1111
"tsconfig.json",
12-
"src/*.ts"
12+
"src/**/*.ts"
1313
],
1414
"exclude": [
1515
"tests",

0 commit comments

Comments
 (0)