Compare commits
1 commit
aa3bd96881
...
b3b104329b
Author | SHA1 | Date | |
---|---|---|---|
b3b104329b |
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ jobs:
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
- run: apt update && apt install just -y
|
- run: apt update && apt install just -y
|
||||||
- run: bun add -g concurrently
|
- run: bun add -g concurrently
|
||||||
- run: apt install watchexec -y
|
- uses: taiki-e/cache-cargo-install-action@v2
|
||||||
|
with:
|
||||||
|
tool: watchexec-cli
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue