aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Makefile
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2020-02-11 22:11:08 +0100
committerQuentin Gliech <quentingliech@gmail.com>2020-02-11 22:11:08 +0100
commitb70b4ba4b17d02d9744bd72494549f5cf7d980f8 (patch)
tree0df79bf22bc556389b95348302d89d4950a42899 /webui/Makefile
parent465f7ca73d7093eeeecb6553c804d8cfb06e6652 (diff)
downloadgit-bug-b70b4ba4b17d02d9744bd72494549f5cf7d980f8.tar.gz
webui: lint graphql files
Diffstat (limited to 'webui/Makefile')
-rw-r--r--webui/Makefile1
1 files changed, 1 insertions, 0 deletions
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