ci: update CI script for better readability
This commit is contained in:
parent
f51d32ba5f
commit
3e1e42fa31
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue