Skip to content

Commit

Permalink
Delete dist before trying to create it again.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianlature committed May 30, 2014
1 parent 7c1b078 commit 8291370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cd master
git remote rm origin
git remote add origin https://lucianlature:${GH_TOKEN}@github.com/lucianlature/data-structures.git

rm -rf dist
mkdir dist
cd dist
cp -Rf $HOME/dist/* .
Expand Down

0 comments on commit 8291370

Please sign in to comment.