Skip to content

Commit a218405

Browse files
authored
Merge pull request #87 from skateman/fix-deploy
Fix bower deployment if the dist folder already exists
2 parents 7ea4c12 + 631a4ef commit a218405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/bower-dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mv bower.json bower.json.tmp
77
git remote add upstream https://github.com/ManageIQ/ui-components.git
88
git fetch upstream
99
git checkout bower-dev
10+
rm -rf dist
1011
mv -f tmp dist
1112
mv -f bower.json.tmp bower.json
1213
git add -f dist/css/ui-components.css dist/css/ui-components.css.map

0 commit comments

Comments
 (0)