fix: 👷 lint:frontend in CI

This commit is contained in:
ThatOneCalculator 2024-01-04 17:20:12 -08:00
parent 0b1dd21a30
commit 374ce5dc35
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

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