diff --git a/Gruntfile.js b/Gruntfile.js index b51ae6de0..577bbe493 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,7 +81,7 @@ module.exports = function(grunt) { stdout: true }, push: { - command: 'git push origin --all && git push origin --tags -f', + command: 'git push origin --tags -f && git push origin --all', stdout: true } },