summaryrefslogtreecommitdiffstats
path: root/webapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/Makefile')
-rw-r--r--webapp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/Makefile b/webapp/Makefile
index 6ec75d1df..b0c2c831a 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -1,6 +1,6 @@
.PHONY: build test run clean stop
-test:
+test: .npminstall
@echo Checking for style guide compliance
npm run check