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 a010db6 commit a4e8d48Copy full SHA for a4e8d48
README.md
@@ -197,8 +197,8 @@ export { watchFiles as watch };
197
* You can still use `gulp.task`
198
* for example to set task names that would otherwise be invalid
199
*/
200
-const clean = gulp.series(clean, gulp.parallel(styles, scripts));
201
-gulp.task('clean', clean);
+const build = gulp.series(clean, gulp.parallel(styles, scripts));
+gulp.task('build', build);
202
203
/*
204
* Export a default task
0 commit comments