aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker
diff options
context:
space:
mode:
Diffstat (limited to 'worker')
-rw-r--r--worker/php/justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/php/justfile b/worker/php/justfile
index 896798b..771ef77 100644
--- a/worker/php/justfile
+++ b/worker/php/justfile
@@ -2,8 +2,8 @@ check:
npm run check
test:
- npm test
+ npm run test
ci:
npx biome ci .
- npm test
+ npm run test