Skip to content

Commit

Permalink
Add SIFOCC to local build
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Nov 14, 2023
1 parent 8e21e29 commit 3032cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3032cc7

Please sign in to comment.