Skip to content

Commit

Permalink
Update lint step to include biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnxiao committed Feb 10, 2024
1 parent e995905 commit 4fb4a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tauri": "tauri",
"build": "tauri build",
"dev": "tauri dev",
"lint": "next lint",
"lint": "next lint && biome check src/",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit 4fb4a34

Please sign in to comment.