Skip to content

Commit

Permalink
Separate lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilles committed Dec 12, 2023
1 parent 071f9c5 commit 9ea7147
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 @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
Expand Down

0 comments on commit 9ea7147

Please sign in to comment.