fix: 👷 lint:frontend in CI

This commit is contained in:
ThatOneCalculator
2024-01-04 17:20:12 -08:00
parent 0b1dd21a30
commit 374ce5dc35

View File

@ -16,5 +16,5 @@ jobs:
- run: bun --version
- name: Install frontend dependencies
run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run lint:frontend
- run: bun run lint:types