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

test:
    npm test

ci:
    npx biome ci .
    npm test