Add start of theme

This commit is contained in:
Oliver Davies 2020-04-10 10:10:54 +01:00
parent 98bc7fd715
commit bea6553cd8
22 changed files with 714 additions and 5 deletions

View file

@ -6,6 +6,10 @@ set -e
run_command "Install Composer dependencies" "symfony composer install"
cd web
pushd $theme_path
run_command "Install theme dependencies" "symfony run npm install"
popd
pushd web
run_command "Install Drupal" "symfony php ../vendor/bin/drush site-install -y --existing-config"
popd