Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Messuti committed May 29, 2018
1 parent 8d39acb commit 5c821ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ set -ex

yarn prod:build
git stash
cp -r dist ${TMPDIR}dist
rm -rf ${TMPDIR}dist
cp -r dist ${TMPDIR}
git checkout gh-pages
git pull
rm *.js
rm *.js.gz
mv ${TMPDIR}dist/* .

0 comments on commit 5c821ae

Please sign in to comment.