chore: fix pipeline script
This commit is contained in:
parent
ff1b7f708c
commit
e73cb0ae3c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue