Change order of precommit steps

This commit is contained in:
Tom Payne
2012-09-29 13:21:58 +02:00
parent 7cff23cf63
commit 78317cdc5d

View File

@@ -14,7 +14,7 @@ space := $(empty) $(empty)
all: build-all build examples
.PHONY: precommit
precommit: lint build-all doc test build
precommit: lint build-all test doc build
.PHONY: build
build: build/ol.css build/ol.js