Skip to content

Commit 02dc21d

Browse files
author
Walker Leite
committed
fix(lint): fix lint errors
1 parent 348f1ad commit 02dc21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/gulp-tasks/copy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ gulp.task('copy:client', ['copy:client:fa'], () => {
1717

1818
gulp.task('copy:package', () => {
1919
return gulp.src(`${dirs.root}/package.json`)
20-
.pipe(gulp.dest(path.resolve(dirs.build)));
20+
.pipe(gulp.dest(path.resolve(dirs.build)));
2121
});
2222

2323
gulp.task('copy:server', () => {
2424
return gulp.src(`${dirs.srcServer}/**/*.json`)
25-
.pipe(gulp.dest(path.resolve(dirs.buildServer)));
25+
.pipe(gulp.dest(path.resolve(dirs.buildServer)));
2626
});

0 commit comments

Comments
 (0)