Skip to content

Commit

Permalink
Fix: Use next lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jul 9, 2024
1 parent fb28379 commit 30a7d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build": "pnpm run build:blogtool && pnpm run build:next",
"build:blogtool": "go build blogtool.go ",
"build:next": "pnpm next build",
"fix": "prettier --write . && eslint --fix .",
"fix": "pnpm next lint --fix",
"lint": "pnpm next lint",
"blogtool": "./blogtool",
"newpost": "pnpm run blogtool newpost"
},
Expand Down

0 comments on commit 30a7d08

Please sign in to comment.