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 48172273f..81e00aec6 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -8,7 +8,7 @@ check-style: .npminstall
npm run check
test: .npminstall
- cd $(BUILD_SERVER_DIR) && $(MAKE) internal-test-client
+ cd $(BUILD_SERVER_DIR) && $(MAKE) internal-test-web-client
.npminstall: package.json
@echo Getting dependencies using npm