ci: update CI script for better readability
Some checks failed
CI / test-build (pull_request) Failing after 42s
Some checks failed
CI / test-build (pull_request) Failing after 42s
This commit is contained in:
parent
8a3efe7c50
commit
f8d01eccbd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user