From 2ff17191e8e93922d131b492fc8692747d61928c Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 24 Sep 2024 15:00:52 +0200 Subject: [PATCH] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf23fd1..3e89b38 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test:ui": "vitest --ui --api 9527", "test:cov": "vitest run --coverage", "typecheck": "tsc", - "validate": "npm run typecheck && npm run lint && npm run test && npm run knip", + "validate": "npm run typecheck && npm run check && npm run test && npm run check:unused", "check": "biome check .", "check:fix": "biome check --fix .", "check:unused": "knip" @@ -77,4 +77,4 @@ "engines": { "node": ">=20.0.0" } -} +} \ No newline at end of file