Skip to content

Commit

Permalink
Add LICENSE to publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
adunkman committed Apr 11, 2018
1 parent f28f21c commit c4ac280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GITHUB_URL=https://pfiller:${GH_TOKEN}@github.com/harvesthq/chosen-package.git

git clone $GITHUB_URL
rm -rf chosen-package/*
cp README.md public/*.json public/*.png public/*.js public/*.css chosen-package/
cp README.md public/*.json public/*.png public/*.js public/*.css public/LICENSE* chosen-package/
cp package-travis.yml chosen-package/.travis.yml
cd chosen-package

Expand Down

0 comments on commit c4ac280

Please sign in to comment.