mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-27 02:13:08 +00:00
build: add buf breaking chages target to makefile
This commit is contained in:
parent
a9fad01f42
commit
a697e8e37f
12
Makefile
12
Makefile
@ -1,12 +1,18 @@
|
||||
.DEFAULT_GOAL := build
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
all: lint build
|
||||
all: lint breaking
|
||||
|
||||
format:
|
||||
@buf format -w
|
||||
|
||||
lint:
|
||||
@echo "Running buf lint"
|
||||
@buf lint
|
||||
|
||||
breaking:
|
||||
@echo "Running buf breaking changes checks"
|
||||
@buf breaking --against="https://github.com/vacp2p/waku.git#branch=main"
|
||||
|
||||
build:
|
||||
@buf build
|
||||
@echo "Running buf compilation"
|
||||
@buf build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user