diff --git a/Makefile b/Makefile index 7e64708a208..71d3e949e5e 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ ui-install: .PHONY: ui-build ui-build: - cd $(UI_PATH) && npm run build + cd $(UI_PATH) && CI="" npm run build .PHONY: ui-build-module ui-build-module: