Skip to content

Commit 59f6a42

Browse files
author
Emily Nakashima
committed
v3.0.5
1 parent 273a1a4 commit 59f6a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module.exports = function(grunt) {
184184
done(error == null);
185185
});
186186
});
187-
grunt.registerTask("release", ["eslint", "uglify", "docco", "git-tag", "git-push", "s3", "npm_publish", "invalidate_cloudfront"]);
187+
grunt.registerTask("release", ["uglify", "docco", "git-tag", "git-push", "s3", "npm_publish", "invalidate_cloudfront"]);
188188
grunt.registerTask("server", ["connect:server:keepalive"]);
189189
grunt.registerTask("default", ["eslint", "uglify", "docco"]);
190190
};

0 commit comments

Comments
 (0)