aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/justfile b/justfile
index 4825e9d..3aa5762 100644
--- a/justfile
+++ b/justfile
@@ -59,5 +59,6 @@ check:
test:
cd backend; just test
+ cd frontend; just test
+ cd worker/php; just test
cd worker/swift; just test
- npm -w worker/php run test