diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
