feat: add complete pet consultation SOP
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,6 +1,6 @@
|
||||
WEB_DIR := web
|
||||
|
||||
.PHONY: web-install web-build build test vet check
|
||||
.PHONY: web-install web-build build test vet check seed-pet-doctor
|
||||
|
||||
web-install:
|
||||
cd $(WEB_DIR) && npm install
|
||||
@@ -18,3 +18,6 @@ vet:
|
||||
go vet ./...
|
||||
|
||||
check: test vet
|
||||
|
||||
seed-pet-doctor:
|
||||
go run ./scripts/seed-pet-doctor
|
||||
|
||||
Reference in New Issue
Block a user