From cfcf66e5f9947658cc08d6e98946db09044e7a3e Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 4 Jul 2024 13:03:25 +0800 Subject: [PATCH] chore: update --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b9acf17..a936caa 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "prepublishOnly": "pnpm run build", "release": "bumpp --commit --push --tag && pnpm publish", "lint": "eslint .", + "lint:fix": "eslint . --fix", "test": "vitest", "test:update": "vitest -u", "typecheck": "tcs --noEmit",