diff options
-rw-r--r-- | webui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/Makefile b/webui/Makefile index 1f023cc9..8c028e10 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 |