We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f661c8 + 0b27412 commit a9ca481Copy full SHA for a9ca481
1 file changed
.github/workflows/ci.yml
@@ -102,7 +102,10 @@ jobs:
102
103
publish:
104
name: Publish
105
- needs: build
+ needs:
106
+ - build
107
+ - test
108
+ - test-deno
109
if: github.event_name == 'release'
110
runs-on: ubuntu-latest
111
permissions:
@@ -135,7 +138,7 @@ jobs:
135
138
name: .name,
136
139
version: .version,
137
140
license: .license,
- exports: "src/index.ts"
141
+ exports: "./src/index.ts"
142
}' package.json > jsr.json
143
144
- name: Publish to JSR
0 commit comments