diff --git a/Makefile b/Makefile index 26b40981a2..46ca80cbff 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ space := $(empty) $(empty) .PHONY: all all: build demos +.PHONY: precommit +precommit: lint test build + .PHONY: build build: build/ol.js