From 9adab910f46e1d58f5dfd51ae424fb4df6dfd546 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 2 May 2017 15:48:15 -0600 Subject: [PATCH] Ensure that the package builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 885bc16d8d..c880a5c404 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ check-deps: done ;\ .PHONY: ci -ci: lint build test test-rendering compile-examples check-examples apidoc +ci: lint build test test-rendering package compile-examples check-examples apidoc .PHONY: compile-examples compile-examples: build/compiled-examples/all.combined.js