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