Skip to content

Commit 1d2f16e

Browse files
committed
upgrade dev dependencies, clean up repository
1 parent 6814e5e commit 1d2f16e

File tree

6 files changed

+3312
-2287
lines changed

6 files changed

+3312
-2287
lines changed

.github/workflows/main.yml

+4
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

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
88
# Project
99
/node_modules
1010
/dist
11+
12+
# Build
13+
*.tsbuildinfo
14+
15+
# ESLint
16+
.eslintcache

0 commit comments

Comments
 (0)