chore: fix pipeline script

This commit is contained in:
mutoe 2023-12-11 22:46:26 +08:00
parent ff1b7f708c
commit e73cb0ae3c
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,10 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: TypeScript check
run: pnpm lint:tsc
run: pnpm lint
- name: Eslint check
run: pnpm lint:script
run: pnpm lint
unit_test:
name: Unit test

View File

@ -31,10 +31,10 @@ jobs:
run: pnpm install
- name: TypeScript check
run: pnpm lint:tsc
run: pnpm type-check
- name: Eslint check
run: pnpm lint:script
run: pnpm lint
unit_test:
name: Unit test