Skip to content

Commit 3e4a135

Browse files
authored
* deps: Bump [email protected] * cleanup bin folder * keep @types/node in 20
1 parent 0770208 commit 3e4a135

File tree

6 files changed

+1367
-571
lines changed

6 files changed

+1367
-571
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Install Dependencies
3131
run: npm ci
3232

33-
- name: Unit Test
34-
run: npm run unit-test
35-
3633
- name: Lint
3734
run: npm run lint
3835

36+
- name: Unit Test
37+
run: npm run test
38+
3939
build-and-test-local:
4040
runs-on: windows-latest
4141
steps:

.husky/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run unit-test
4+
npm run test

bin/wait_display

-20
This file was deleted.

0 commit comments

Comments
 (0)