1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-23 19:51:26 +02:00

[ticket/16775] Use export.defaults in gulpfile

PHPBB3-16775
This commit is contained in:
Marc Alexander
2021-05-16 11:33:19 +02:00
parent b24e05ffcb
commit 98a89c8fb7

View File

@ -57,4 +57,4 @@ gulp.task('watch', gulp.series(() => {
gulp.watch('phpBB/styles/prosilver/theme/*.css', gulp.series('css'));
}));
gulp.task('default', gulp.series('css', 'watch'));
exports.default = gulp.series('css', 'watch');