Skip to content

Commit 6eb4e08

Browse files
committed
build: install dependency when not available
1 parent ca2b2d7 commit 6eb4e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dev-web:
88

99
build: build-web build-api
1010
build-web:
11+
bun install --cwd web
1112
bun --cwd web build
1213
build-api:
1314
go build -o miyo cmd/main.go

0 commit comments

Comments
 (0)