We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b21c6 commit 784c30bCopy full SHA for 784c30b
gulpfile.js
@@ -45,7 +45,7 @@ gulp.task('build-script', ['test'], () => (
45
.pipe(gulp.dest('./lib/'))
46
));
47
48
-gulp.task('build-script-web', ['test'], () => (
+gulp.task('build-script-web', ['build-script'], () => (
49
gulp.src(['./src/index.js'])
50
.pipe(webpackStream(webpackConfig('web'), webpack))
51
.pipe(header(banner, { pkg }))
0 commit comments