Skip to content

Commit e8eb0b9

Browse files
author
Walker Leite
committed
fix(lint): fix lint errors
1 parent 31840ed commit e8eb0b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/gulp-tasks/build.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ gulp.task('build:common', () => {
7676

7777
gulp.task('build:server', ['copy:server'], () => {
7878
return gulp.src(path.resolve(dirs.srcServer, '**/*.js'))
79-
.pipe(sourcemaps.init())
80-
.pipe(babel())
81-
.pipe(sourcemaps.write('.'))
82-
.pipe(gulp.dest(dirs.buildServer));
79+
.pipe(sourcemaps.init())
80+
.pipe(babel())
81+
.pipe(sourcemaps.write('.'))
82+
.pipe(gulp.dest(dirs.buildServer));
8383
});
8484

8585
gulp.task('build:index', () => {

0 commit comments

Comments
 (0)