ci: add cd command to frontend in CI workflow
Some checks failed
CI / test-build (pull_request) Failing after 10s

This commit is contained in:
We ball 2025-02-12 11:20:51 +01:00
parent 2ba8666730
commit 8a3efe7c50
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -19,5 +19,6 @@ jobs:
key: ${{ runner.os }}-bun-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
restore-keys: |
${{ runner.os }}-bun-${{ hashFiles('**/package-lock.json') }}-
- run: cd frontend
- run: bun install
- run: bun run build