diff --git a/Makefile b/Makefile
index 073007894f30982889f19a3bc07e2d97a8935af0..22eb49bbc50bb5c0c3b30454434870392c0f9471 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
 
 build:
 	go build
+	npm install
 	npm run build
 
 test: