Skip to content

Commit

Permalink
chore: make saure to push after releasing a bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Sep 16, 2019
1 parent 10cb393 commit 3a5edc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bundle-builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ exports.release = gulp.series(
exec.task('yarnInstall', 'yarn install --frozen-lockfile'),
build,
exec.task('npmPublish', 'npm publish'),
exec.task('gitPush', 'git push'),
release.ghPages
);

Expand Down

0 comments on commit 3a5edc7

Please sign in to comment.