clean up webpack/deploy stuff (#2044)

* fix stuff i think

* Update deploy.sh

* Update deploy.sh
This commit is contained in:
Gus Caplan
2017-10-22 07:45:32 -05:00
committed by Crawl
parent 296046dbc6
commit 339bcfd325
3 changed files with 17 additions and 4 deletions

View File

@@ -34,7 +34,8 @@ fi
npm run docs
VERSIONED=false npm run webpack
if [ $DONT_COMMIT ]; then
if [ $DONT_COMMIT == true ]; then
echo -e "\e[36m\e[1mNot commiting - exiting early"
exit 0
fi