Skip to content

Commit d2f09b8

Browse files
author
Shuwen Qian
committed
build:prod -> build:dist
1 parent 2ea036c commit d2f09b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gulp/tasks/release.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
gulp.task('bump:patch', function() { return inc('major'); });
2222

2323
gulp.task('release:major', function() {
24-
run('bump:major', 'build:prod', 'changelog', 'stage-release', 'tag-release');
24+
run('bump:major', 'build:dist', 'changelog', 'stage-release', 'tag-release');
2525
});
2626
gulp.task('release:minor', function() {
27-
run('bump:minor', 'build:prod', 'changelog', 'stage-release', 'tag-release');
27+
run('bump:minor', 'build:dist', 'changelog', 'stage-release', 'tag-release');
2828
});
2929
gulp.task('release:patch', function() {
30-
run('bump:patch', 'build:prod', 'changelog', 'stage-release', 'tag-release');
30+
run('bump:patch', 'build:dist', 'changelog', 'stage-release', 'tag-release');
3131
});
3232

3333
gulp.task('changelog', function() {

0 commit comments

Comments
 (0)