Skip to content

Commit

Permalink
upgrade dev dependencies, clean up repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlanz committed Mar 25, 2024
1 parent bf08dcf commit e66f646
Show file tree
Hide file tree
Showing 5 changed files with 3,150 additions and 2,386 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Test Package

on: push

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-22.04
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@
# Project
/node_modules
/dist

# Build
*.tsbuildinfo

# ESLint
.eslintcache
Loading

0 comments on commit e66f646

Please sign in to comment.