ci: 移除不存在的 typecheck 脚本,类型检查已包含在 build 中
All checks were successful
Build & Deploy Admin / deploy (push) Successful in 28s
All checks were successful
Build & Deploy Admin / deploy (push) Successful in 28s
This commit is contained in:
parent
6add8bf027
commit
91f88acba7
@ -14,10 +14,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Lint & Type check
|
||||
run: |
|
||||
bun run lint
|
||||
bun run typecheck
|
||||
- name: Lint
|
||||
run: bun run lint
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user