diff --git a/gulpfile.js b/gulpfile.js index 091674ef..73e432d6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -127,7 +127,7 @@ }); gulp.task('default', ['jshint', 'css', 'test']); - gulp.task('release', ['changelog', 'package', 'docs']); + gulp.task('release', ['changelog', 'docs', 'package']); function onError(params) { console.log(params.message);