Compare commits
1 commit
3b29ce1797
...
81731ea14f
Author | SHA1 | Date | |
---|---|---|---|
81731ea14f |
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-bun-
|
||||
- run: apt update && apt install just -y
|
||||
- run: bun add -g concurrently
|
||||
- run: apt install watchexec-cli
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
|
|
Reference in a new issue