improve: check script

This commit is contained in:
2026-05-14 13:04:16 +02:00
parent 1a41621d0f
commit 2692c3c544
+1 -1
View File
@@ -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",