From 50da3a9e543b2926fc5014b884e03506b7dcb022 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 29 Dec 2017 10:30:49 -0600 Subject: [PATCH] rebuild the web assets in the production mode --- .travis/deploy_script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index c5d96958..1108f567 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -11,6 +11,9 @@ if [ "$TRAVIS" = "true" ]; then TAR_NAME="phpvms-7.0.0-$PKG_NAME.tar.gz" echo "Writing $TAR_NAME" + echo "running build" + npm run prod + # delete all superfluous files echo "cleaning files"