aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/justfile')
-rw-r--r--frontend/justfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/frontend/justfile b/frontend/justfile
index beba8b3..6d8082e 100644
--- a/frontend/justfile
+++ b/frontend/justfile
@@ -1,7 +1,10 @@
check:
npm run check
-ci:
+test:
+ npm run test
+
+ci: test
npx biome ci .
- npx tsc --noEmit
- npx eslint .
+ npm run check:ts
+ npm run check:eslint