Skip to content

Commit 7eecf44

Browse files
committed
feat: move to TS
1 parent 9fd7d14 commit 7eecf44

File tree

9 files changed

+9869
-727
lines changed

9 files changed

+9869
-727
lines changed

.github/workflows/npm-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: 18
2020
registry-url: https://registry.npmjs.org/
2121
- run: npm i
22+
- run: npm run build
2223
- run: npx semantic-release
2324
env:
2425
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ typings/
6262

6363
#webstorm
6464
.idea
65+
dist

index.d.ts

-183
This file was deleted.

0 commit comments

Comments
 (0)