Robin Herbots 11 years ago
parent
commit
5ebcb56983
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Gruntfile.js

+ 3 - 0
Gruntfile.js

@@ -91,6 +91,9 @@ module.exports = function (grunt) {
             },
             gitadd: {
                 command: 'git add .'
+            },
+            gitpush: {
+                command: 'git push origin'
             }
         }
     });