Skip to content

Commit

Permalink
Add -f flag to force the removal of the build/ folder after the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jan 18, 2022
1 parent 66244de commit a70c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -744,7 +744,7 @@ module.exports = (grunt) => {
'after:github:release': ['echo COMPLETE: Released to GitHub.'],
'after:release': [
'echo Removing build/ folder...',
'git rm -r build/',
'git rm -rf build/',
"git commit -m 'Remove build/ after releasing version ${version}.'",
'git push',
'echo Successfully released ${name} ${version} to https://github.com/${repo.repository}',
Expand Down

0 comments on commit a70c6d6

Please sign in to comment.