Add tests to CI
Lint / lint (push) Failing after 43s

This commit is contained in:
Julien Valverdé
2026-07-24 23:42:22 +02:00
parent 7d6bab81be
commit 116c1b440d
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -29,10 +29,10 @@
]
},
"scripts": {
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"test": "vitest run",
"build": "tsc",
"pack": "npm pack",
"clean:cache": "rm -rf .turbo tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",