We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a83b7 commit c22f429Copy full SHA for c22f429
.github/workflows/CI.yml
@@ -325,6 +325,10 @@ jobs:
325
if: ${{ steps.release.outputs.release_created }}
326
run: ls -R ./npm
327
shell: bash
328
+ - name: Build ts
329
+ if: ${{ steps.release.outputs.release_created }}
330
+ run: yarn build:ts
331
+ shell: bash
332
- name: Publish
333
334
run: |
package.json
@@ -10,8 +10,8 @@
10
"types": "dist/src/index.d.ts",
11
"exports": {
12
".": {
13
- "import": "./dist/src/index.js",
14
- "types": "./dist/src/index.d.ts"
+ "types": "./dist/src/index.d.ts",
+ "import": "./dist/src/index.js"
15
}
16
},
17
"napi": {
0 commit comments