From 2692c3c5446be0aa9b890bea1e76d126a3e02462 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Thu, 14 May 2026 13:04:16 +0200 Subject: [PATCH] improve: check script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 236f8f8..2d9b342 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "version:check": "node ./scripts/version.cjs --check", "version:place": "node ./scripts/version.cjs --place", "------ CI": "", - "check": "npm run build && npm run lint && npm run format:check && npm run version:check && npm run text:check", + "check": "npm run lint && npm run format:check && npm run version:check && npm run text:check", "fix": "npm run version:place && npm run lint:fix && npm run text:fix && npm run format", "------ BUILD": "", "generate:static-files": "node scripts/generate-static-files.cjs",