From 78317cdc5d476b882ec51fdecb4944aeb62ffca7 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sat, 29 Sep 2012 13:21:58 +0200 Subject: [PATCH] Change order of precommit steps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce7ad1b389..a1aaaac038 100644 --- a/Makefile +++ b/Makefile @@ -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