Compare commits
1 commit
b3b104329b
...
aa3bd96881
Author | SHA1 | Date | |
---|---|---|---|
aa3bd96881 |
1 changed files with 1 additions and 3 deletions
|
@ -189,9 +189,7 @@ 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
|
||||||
- uses: taiki-e/cache-cargo-install-action@v2
|
- run: apt install watchexec -y
|
||||||
with:
|
|
||||||
tool: watchexec-cli
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue