diff --git a/bin/build.sh b/bin/build.sh index 8176e2a3..958f779c 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -67,6 +67,8 @@ while true; do npm run production --if-present --prefix ./wordpress/wp-content/themes/hale-dash npm install --prefix ./wordpress/wp-content/themes/ppo npm run production --if-present --prefix ./wordpress/wp-content/themes/ppo + npm install --prefix ./wordpress/wp-content/themes/sifocc + npm run production --if-present --prefix ./wordpress/wp-content/themes/sifocc # Test Docker is running locally if ! docker info > /dev/null 2>&1; then