diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 93eaeea18..9d33bad5d 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -447,6 +447,10 @@ module.exports = (grunt) -> 'shell:push' ] + grunt.registerTask 'aws', [ + 'shell:aws' + ] + grunt.registerTask 'store', [ 'webstore_upload' ]