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": { "scripts": {
"lint:tsc": "tsc --noEmit", "lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint", "lint:biome": "biome lint",
"test": "vitest run", "test": "vitest run",
"build": "tsc -b tsconfig.build.json", "build": "tsc -b tsconfig.build.json",
+1 -1
View File
@@ -29,7 +29,7 @@
] ]
}, },
"scripts": { "scripts": {
"lint:tsc": "tsc --noEmit", "lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint", "lint:biome": "biome lint",
"test": "vitest run", "test": "vitest run",
"build": "tsc -b tsconfig.build.json", "build": "tsc -b tsconfig.build.json",