fix script name

This commit is contained in:
Gus Caplan 2017-10-26 08:29:26 -05:00
parent f8f804da36
commit 23a0b97fbb
No known key found for this signature in database
GPG key ID: 59A281524FF7C55F

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"