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') }}
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user