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: {
             gitadd: {
                 command: 'git add .'
                 command: 'git add .'
+            },
+            gitpush: {
+                command: 'git push origin'
             }
             }
         }
         }
     });
     });