fix script name

This commit is contained in:
Gus Caplan
2017-10-26 08:29:26 -05:00
parent f8f804da36
commit 23a0b97fbb

View File

@@ -32,7 +32,7 @@ fi
# Run the build
npm run docs
NODE_ENV=production npm run webpack
NODE_ENV=production npm run build:browser
if [ $DONT_COMMIT == true ]; then
echo -e "\e[36m\e[1mNot commiting - exiting early"