Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Aug 25, 2023
1 parent 5ac63eb commit 51a6e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm i

- name: Lint
run: npm lint
run: npm run lint

vue-tsc:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
run: npm i

- name: Typecheck
run: npm typecheck
run: npm run typecheck
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm i

- name: Lint
run: npm lint
run: npm run lint

vue-tsc:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
run: npm i

- name: Typecheck
run: npm type-check
run: npm run type-check

0 comments on commit 51a6e93

Please sign in to comment.