fix(build): `gulp build.js.prod` should call `benchpress.js.prod`
This commit is contained in:
parent
c3dc373ec4
commit
bc6f0dba46
|
@ -353,7 +353,7 @@ gulp.task('build.js.dev', function() {
|
||||||
gulp.task('build.js.prod', function() {
|
gulp.task('build.js.prod', function() {
|
||||||
return runSequence(
|
return runSequence(
|
||||||
['build/deps.js.prod', 'build/transpile.js.prod', 'build/html.js.prod'],
|
['build/deps.js.prod', 'build/transpile.js.prod', 'build/html.js.prod'],
|
||||||
'build/benchpress.js.dev'
|
'build/benchpress.js.prod'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue