grunt-iw-release
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "grunt-iw-release", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "InsideWarehouse release/deploy flow", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -102,5 +102,8 @@ module.exports = function (grunt) { | ||
} | ||
if (grunt.task.exists("post-deploy")) { | ||
grunt.task.run("post-deploy"); | ||
} | ||
}); | ||
}; | ||
}; |
9296
140