aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/justfile')
-rw-r--r--frontend/justfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/justfile b/frontend/justfile
new file mode 100644
index 0000000..beba8b3
--- /dev/null
+++ b/frontend/justfile
@@ -0,0 +1,7 @@
+check:
+ npm run check
+
+ci:
+ npx biome ci .
+ npx tsc --noEmit
+ npx eslint .