Skip to content

Commit 0f8ecd9

Browse files
committed
chore: add install.dart for easier dependencies install
1 parent e422f87 commit 0f8ecd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,16 @@ install: install.buf ## install buf, protoc, protoc-gen for Go & Dart
3434
rm -f protoc-*.zip
3535
make install.go
3636
flutter pub global activate protoc_plugin
37+
make install.dart
38+
39+
.PHONY: install.dart
40+
install.dart: ## install Dart dependencies
3741
cd client && flutter pub get
3842

3943
.PHONY: install.go
4044
install.go: ## install go with dependencies
4145
cd server && go mod download && grep _ ./cmd/tools/tools.go | cut -d' ' -f2 | sed 's/\r//' | xargs go install && go mod tidy
46+
cd dbctl && go mod download
4247

4348
.PHONY: install.buf
4449
install.buf: ## install buf

0 commit comments

Comments
 (0)