diff --git a/gulpfile.js b/gulpfile.js index e671e1d1..045016f2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -161,8 +161,8 @@ exports.release = async () => { const releaseConfig = { sign: true, scripts: { - prerelease: 'gulp build', - postbump: 'gulp zip' + prerelease: 'gulp build && git add -a', + postbump: 'gulp zip', } }