diff options
Diffstat (limited to 'worker/php/justfile')
| -rw-r--r-- | worker/php/justfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/worker/php/justfile b/worker/php/justfile index 115165d..896798b 100644 --- a/worker/php/justfile +++ b/worker/php/justfile @@ -1,5 +1,9 @@ check: npm run check +test: + npm test + ci: npx biome ci . + npm test |
