Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-09 13:11:42 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-09 13:17:57 +0300
commitc65a56b0e3511b67da23b22936254574d458377e (patch)
treef8cc239844706797237916b9e86efb498cb95e22 /Makefile
parent08c2d70e50e8ba3c214f2ba1a1e871532b69b6d6 (diff)
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2fdce1797..2571eeb71 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,11 @@ watch-js:
cd vue/ && npm run watch
lint:
+ npm run lint
cd vue/ && npm run lint
lint-fix:
+ npm run lint:fix
cd vue/ && npm run lint:fix
npm-init: npm-init-root npm-init-vue