diff --git a/deploy.sh b/deploy.sh
index e885f2fe2e1c24b0dfe872fe020bec239b5cc658..1bd4710355086ecd4237ffa883f71c4669c10fe9 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -1 +1 @@
-npm install -g bower && npm install -g grunt-cli && bower install && grunt serve
\ No newline at end of file
+npm install -g bower && npm install grunt && npm install -g grunt-cli && bower install && grunt serve
\ No newline at end of file