Skip to content

Commit

Permalink
Update gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Jan 14, 2021
1 parent 3315750 commit 9ef255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ gulp.task('lint', gulp.series('jshint', 'csslint'));
gulp.task('build', gulp.series('lint', 'js', 'css', 'tablednd'));

// Run default tasks with $ gulp
gulp.task('default', gulp.series('js', 'css'));
gulp.task('default', gulp.series('lint', 'js', 'css'));

0 comments on commit 9ef255b

Please sign in to comment.