Skip to content

Commit

Permalink
fix: Build including old dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Dec 31, 2015
1 parent 7e7cc6c commit 5ca3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ gulp.task('tag-release', function (cb) {
});

gulp.task('commit-changes', function () {
return gulp.src(['./package.json', './CHANGELOG.md'])
return gulp.src(['./package.json', './CHANGELOG.md', './dist/*', './README.md'])
.pipe($.git.add())
.pipe($.git.commit('chore: Bump version number'));
});
Expand Down

0 comments on commit 5ca3f2a

Please sign in to comment.