rebuild the web assets in the production mode

This commit is contained in:
Nabeel Shahzad 2017-12-29 10:30:49 -06:00
parent 7ab810780f
commit 50da3a9e54

View File

@ -11,6 +11,9 @@ if [ "$TRAVIS" = "true" ]; then
TAR_NAME="phpvms-7.0.0-$PKG_NAME.tar.gz" TAR_NAME="phpvms-7.0.0-$PKG_NAME.tar.gz"
echo "Writing $TAR_NAME" echo "Writing $TAR_NAME"
echo "running build"
npm run prod
# delete all superfluous files # delete all superfluous files
echo "cleaning files" echo "cleaning files"