Skip to content

Commit

Permalink
Update gh-pages script
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Jun 15, 2016
1 parent 59e348e commit 286ffd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ fi

cd "$( dirname "${BASH_SOURCE[0]}" )"

npm run build:dev &&
cd example &&
npm install &&
cd .. &&
git checkout gh-pages &&
cp -r example/dist app &&
git commit -am"$*" &&
Expand Down

0 comments on commit 286ffd8

Please sign in to comment.