fix: fix eslint error

This commit is contained in:
JinmingYang
2023-06-19 11:58:58 +08:00
parent ba989345ab
commit 3163e509da
3 changed files with 10 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ jobs:
node-version: 19
cache: pnpm
- name: Install And Build
run: pnpm i
- name: Install
run: pnpm i --ignore-scripts
- name: Lint
run: pnpm lint