Skip to content

Commit ed40fa7

Browse files
committed
upgrade dev dependencies, clean up repository
1 parent 0a2e09b commit ed40fa7

4 files changed

Lines changed: 4492 additions & 4486 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Test Package
22

33
on: push
44

5+
concurrency:
6+
group: ${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
test:
711
runs-on: ubuntu-22.04

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@
77

88
# Project
99
/node_modules
10-
/dist
1110

11+
# Build
12+
/dist
1213
it.js
1314
it.d.ts
1415
de.js
1516
de.d.ts
1617
en.js
1718
en.d.ts
19+
*.tsbuildinfo
20+
21+
# Cache
22+
.eslintcache

0 commit comments

Comments
 (0)