aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'webui/Makefile')
-rw-r--r--webui/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/webui/Makefile b/webui/Makefile
index 1f023cc9..4ba7fa29 100644
--- a/webui/Makefile
+++ b/webui/Makefile
@@ -5,7 +5,9 @@ install:
npm install
test:
+ npm run generate
npm run lint
+ CI=true npm run test
build:
npm run build