This commit is contained in:
parent
ddba08a02a
commit
906cf18c76
2 changed files with 1 additions and 4 deletions
|
@ -23,4 +23,4 @@ jobs:
|
|||
run: npm run format-check
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test -- --ci
|
||||
run: npm run test
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,6 +15,3 @@ dist/
|
|||
|
||||
# Debug file
|
||||
src/events/player/debug.ts
|
||||
|
||||
# Jest
|
||||
coverage/
|
||||
|
|
Loading…
Reference in a new issue