Skip to content

Commit a1b493f

Browse files
committed
fix: lint
Signed-off-by: sunrabbit123 <[email protected]>
1 parent 6337b8f commit a1b493f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3737
- run: pnpm dlx changelogithub
3838
env:
39-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
39+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"scripts": {
2828
"test": "vitest",
2929
"build": "tsup",
30+
"lint": "eslint .",
31+
"format": "eslint --fix .",
3032
"prepack": "pnpm build",
3133
"publint": "publint",
3234
"release": "pnpm lint && pnpm prepack && publint && pnpm dlx bumpp"

0 commit comments

Comments
 (0)