aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/php/justfile
blob: 771ef776da74e494faa3d4d2b4c93aa03315a7a4 (plain)
1
2
3
4
5
6
7
8
9
check:
    npm run check

test:
    npm run test

ci:
    npx biome ci .
    npm run test