Skip to content

Commit c88e55f

Browse files
committed
Add missing done.
1 parent 73e0060 commit c88e55f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,8 @@ module.exports = function(grunt) {
20632063
] );
20642064

20652065
grunt.registerTask( 'build', function() {
2066+
var done = this.async();
2067+
20662068
grunt.util.spawn( {
20672069
grunt: true,
20682070
args: [ 'clean', '--dev' ],

0 commit comments

Comments
 (0)