ci: update CI script for better readability

This commit is contained in:
We ball 2025-02-12 11:21:56 +01:00 committed by jank1619
parent f51d32ba5f
commit 3e1e42fa31

View File

@ -19,6 +19,7 @@ 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: |
cd frontend
bun install
- run: bun run build