diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,3 +56,6 @@ check: cd backend; just check cd worker/swift; just check npm -w frontend run check + +test: + cd backend; just test |
