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
+2 -1
View File
@@ -6,9 +6,10 @@
"./packages/*"
],
"scripts": {
"build": "turbo build",
"lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome",
"test": "turbo test",
"build": "turbo build",
"pack": "turbo pack",
"clean:cache": "turbo clean:cache",
"clean:dist": "turbo clean:dist",