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

test:
    npm run test

ci: test
    npx biome ci .
    npm run check:ts
    npm run check:eslint