Robin Herbots 11 年 前
コミット
5ebcb56983
1 ファイル変更3 行追加0 行削除
  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'
             }
         }
     });