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
|
||||
|
|
|
@ -34,6 +34,7 @@ steps:
|
|||
- git config user.name woodpecker[bot]
|
||||
- git config user.email woodpecker[bot]@${CI_SYSTEM_HOST}
|
||||
- pnpm bump-version --release=${RELEASE_TYPE}
|
||||
- pnpm exec prettier package.json system.json
|
||||
- export RELEASE_VERSION=$(jq -r '.version' < package.json)
|
||||
- git --no-pager diff
|
||||
- git add package.json system.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue