Add start of theme
This commit is contained in:
parent
98bc7fd715
commit
bea6553cd8
22 changed files with 714 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue