chore(just): do not run frontend install in backend commands
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #3.
This commit is contained in:
2
justfile
2
justfile
@@ -9,7 +9,7 @@ bun_cmd := `realpath $(which bun)`
|
|||||||
|
|
||||||
default: install clean build-back build-client run-back
|
default: install clean build-back build-client run-back
|
||||||
|
|
||||||
backend: install clean build-back run-back
|
backend: clean build-back run-back
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd {{ client_dir }} && {{ bun_cmd }} install
|
cd {{ client_dir }} && {{ bun_cmd }} install
|
||||||
|
|||||||
Reference in New Issue
Block a user