chore: run prettier and eslint separately
This commit is contained in:
parent
78e073432f
commit
bd32dad1c5
6 changed files with 23 additions and 81 deletions
|
@ -29,6 +29,12 @@ steps:
|
|||
commands:
|
||||
- <<: *enable_pnpm
|
||||
- pnpm lint
|
||||
formatcheck:
|
||||
group: check
|
||||
image: *node_image
|
||||
commands:
|
||||
- <<: *enable_pnpm
|
||||
- pnpm format:check
|
||||
typecheck:
|
||||
group: check
|
||||
image: *node_image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue