Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 6dc005d

Browse files
feat: update for gulp
1 parent d5385cc commit 6dc005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gulp.task('prod', () => {
1818

1919
// Copy config and resources
2020

21-
gulp.task('resources', () => {
21+
gulp.task('resources', (done) => {
2222
gulp.src(peterparker + '/config/amazon.js')
2323
.pipe(gulp.dest('./config/'));
2424

0 commit comments

Comments
 (0)