Skip to content

Commit 0d68fc2

Browse files
committed
fix(release): fixed the release task
1 parent e99c1b3 commit 0d68fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ module.exports = function (grunt) {
231231
grunt.registerTask("build-emoji", ["retinafy", "sprite", "sass"]);
232232
grunt.registerTask("dist", ["clean", "eslint", "rollup", "sass", "uglify", "string-replace", "postcss", "copy"]);
233233
grunt.registerTask("release", function(option){
234-
return ["bump-only:"+ option, "dist", "bump-commit"]
234+
grunt.task.run(["bump-only:"+ option, "dist", "bump-commit"])
235235
})
236236
};

0 commit comments

Comments
 (0)