diff --git a/Makefile b/Makefile
index a79a024222a7859c036b1398fe63fd38266dfdba..131229bb9e6a8531773b7526d7e1f5b840fb3774 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ push:
 	git add . && git commit -m "$(msg)" && git push origin HEAD
 
 update-prod:
-	git checkout . && git pull origin master && npm run build-prod
+	git checkout . && git pull origin master && npm install && npm run build-prod
 
 reload:
 	docker exec -it kuadrado nginx -s reload
\ No newline at end of file