aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/justfile
blob: beba8b33bbe3acfd30fa6af795d25271eed7c4fe (plain)
1
2
3
4
5
6
7
check:
    npm run check

ci:
    npx biome ci .
    npx tsc --noEmit
    npx eslint .