From 3032cc73f2657b17fbe372317c09ea06f712b887 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 14 Nov 2023 09:30:05 +0000 Subject: [PATCH] Add SIFOCC to local build --- bin/build.sh | 2 ++ 1 file changed, 2 insertions(+) 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