ci: update CI script for better readability
Some checks failed
CI / test-build (pull_request) Failing after 42s

This commit is contained in:
We ball 2025-02-12 11:21:56 +01:00
parent 8a3efe7c50
commit f8d01eccbd
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

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