You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dashboard/Makefile

16 lines
257 B
Makefile

fmt:
@go fmt ./...
vet:
@go vet ./...
test:
@go test ./...
build:
@cd frontend && npm install && npm run build
@go install github.com/UnnoTed/fileb0x@latest && fileb0x b0x.yaml
@swag init
docker:
docker build -t xpunch/go-micro-dashboard:latest .