diff --git a/.husky/pre-commit b/.husky/pre-commit index 3867a0f..5c9ec7e 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npm run lint +npm run lint:check diff --git a/package.json b/package.json index 643ea85..bdbc469 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "scripts": { "lint": "biome check --write .", + "lint:check": "biome check .", "prepare": "husky" }, "devDependencies": {