aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Makefile
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-23 15:58:39 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-23 15:58:39 +0100
commit1164e3410e94709f1e355c5be65d3b117e2d6b2d (patch)
tree7e6da0283fa3360282558bb44f0a79caa2e43141 /webui/Makefile
parentf87d63b3c656f6efba3c62c121f66e513ca3efea (diff)
downloadgit-bug-1164e3410e94709f1e355c5be65d3b117e2d6b2d.tar.gz
webui: fix bad formatting on Date
Diffstat (limited to 'webui/Makefile')
-rw-r--r--webui/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/webui/Makefile b/webui/Makefile
index 4ba7fa29..4f59b35a 100644
--- a/webui/Makefile
+++ b/webui/Makefile
@@ -11,3 +11,9 @@ test:
build:
npm run build
+
+lint:
+ npm run lint
+
+fix-lint:
+ npm run lint -- --fix