Skip to content

Commit 506b4ab

Browse files
authored
Merge pull request #106 from jakezatecky/v1.2.4-rc.0
Resolve silly Travis build errors
2 parents 04664cb + 784c30b commit 506b4ab

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
@@ -45,7 +45,7 @@ gulp.task('build-script', ['test'], () => (
4545
.pipe(gulp.dest('./lib/'))
4646
));
4747

48-
gulp.task('build-script-web', ['test'], () => (
48+
gulp.task('build-script-web', ['build-script'], () => (
4949
gulp.src(['./src/index.js'])
5050
.pipe(webpackStream(webpackConfig('web'), webpack))
5151
.pipe(header(banner, { pkg }))

0 commit comments

Comments
 (0)