From 4fb4a3446d3a1b5c04e61c951226f16b093c84b6 Mon Sep 17 00:00:00 2001 From: Kevin Xiao Date: Sat, 10 Feb 2024 02:40:19 -0800 Subject: [PATCH] Update lint step to include biome check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b10be1d..9101d65 100644 --- a/package.json +++ b/package.json @@ -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": {