We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99c1b3 commit 0d68fc2Copy full SHA for 0d68fc2
1 file changed
Gruntfile.js
@@ -231,6 +231,6 @@ module.exports = function (grunt) {
231
grunt.registerTask("build-emoji", ["retinafy", "sprite", "sass"]);
232
grunt.registerTask("dist", ["clean", "eslint", "rollup", "sass", "uglify", "string-replace", "postcss", "copy"]);
233
grunt.registerTask("release", function(option){
234
- return ["bump-only:"+ option, "dist", "bump-commit"]
+ grunt.task.run(["bump-only:"+ option, "dist", "bump-commit"])
235
})
236
};
0 commit comments