From 76d40061765a8d0d54fe487587187e8a25240a78 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 11 Feb 2020 21:19:00 +0100 Subject: webui: make travis run unit tests --- webui/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/Makefile') 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 -- cgit From b70b4ba4b17d02d9744bd72494549f5cf7d980f8 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 11 Feb 2020 22:11:08 +0100 Subject: webui: lint graphql files --- webui/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/Makefile') diff --git a/webui/Makefile b/webui/Makefile index 8c028e10..4ba7fa29 100644 --- a/webui/Makefile +++ b/webui/Makefile @@ -5,6 +5,7 @@ install: npm install test: + npm run generate npm run lint CI=true npm run test -- cgit