Skip to content
Snippets Groups Projects
Commit e0ecd7c4 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5509: updating build ohana script to handle only rebuilding ohana

parent 60d957ba
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ echo "Done installing correct npm version."
echo "**************************************************************************************"
echo "Setting up theming ..."
if [[ $build_option == 1 ]]; then
if [[ $build_option == 1 || $build_option == 3 ]]; then
ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana/dist "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/dist
rm -rf src/patterns
ln -s ../../src/patterns src/patterns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment