Fix
Lint / lint (push) Failing after 39s

This commit is contained in:
Julien Valverdé
2026-07-25 23:56:44 +02:00
parent 2b677f8810
commit 5e9c25641f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
}
},
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint",
"test": "vitest run",
"build": "tsc -b tsconfig.build.json",