Skip to content

Commit bc6f0db

Browse files
committed
fix(build): gulp build.js.prod should call benchpress.js.prod
1 parent c3dc373 commit bc6f0db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ gulp.task('build.js.dev', function() {
353353
gulp.task('build.js.prod', function() {
354354
return runSequence(
355355
['build/deps.js.prod', 'build/transpile.js.prod', 'build/html.js.prod'],
356-
'build/benchpress.js.dev'
356+
'build/benchpress.js.prod'
357357
);
358358
});
359359

0 commit comments

Comments
 (0)