Skip to content

Commit

Permalink
deps: Bump [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 26, 2024
1 parent 0770208 commit 972245c
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 323 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Unit Test
run: npm run unit-test

- name: Lint
run: npm run lint

- name: Unit Test
run: npm run test

build-and-test-local:
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run unit-test
npm run test
20 changes: 0 additions & 20 deletions bin/wait_display

This file was deleted.

Loading

0 comments on commit 972245c

Please sign in to comment.