diff --git a/webui/Makefile b/webui/Makefile index 1f023cc9019a27c32425c4639537bb633f943317..8c028e10300c01be80346472d069b609e98f53c8 100644 --- a/webui/Makefile +++ b/webui/Makefile @@ -6,6 +6,7 @@ install: test: npm run lint + CI=true npm run test build: npm run build