Fix form example
Lint / lint (push) Failing after 39s

This commit is contained in:
Julien Valverdé
2026-07-20 02:43:38 +02:00
parent 8bbeed9b8d
commit efdf490bc0
2 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint",
"preview": "vite preview",
"clean:cache": "rm -rf .turbo node_modules/.tmp node_modules/.vite* .tanstack",