diff --git a/Makefile b/Makefile
index bb39584fdc0cd877928e54ac74fe5826f2c887b9..4da02af9dc32630bb1a750ef00fbf79df5abab6d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,7 @@ open:
 	firefox http://localhost/
 
 push:
-	git add . && git commit -m "$(msg)" && git push origin HEAD
\ No newline at end of file
+	git add . && git commit -m "$(msg)" && git push origin HEAD
+
+update-prod:
+	git checkout . && git pull origin master && npm run build && npm run style
\ No newline at end of file