Skip to content

Commit e74ab56

Browse files
committed
Fix publish grunt task
1 parent 662c4cb commit e74ab56

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
@@ -339,6 +339,6 @@ module.exports = function(grunt) {
339339
grunt.registerTask('run:test', ['connect:test']);
340340
grunt.registerTask('run:docs', ['connect:docs']);
341341

342-
grunt.registerTask('publish', ['test', 'build.all', 's3']);
342+
grunt.registerTask('publish', ['test', 'build.plugins-combined', 's3']);
343343
grunt.registerTask('default', ['test']);
344344
};

0 commit comments

Comments
 (0)