Skip to content

Commit

Permalink
ci: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Nov 28, 2024
1 parent ec25b13 commit 6c17d55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "22"
- run: npm install
- run: npx tsc
- run: node tools/release.mjs
env:
GITHUB_TOKEN: ${{ github.token }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"exports": {
".": {
"import": "./dist/index.js"
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./src/lib/node/cld3.js": {
"import": "./dist/lib/node/cld3.js",
Expand Down

0 comments on commit 6c17d55

Please sign in to comment.