parent
6c5fc2be1a
commit
f5695468d6
5 changed files with 0 additions and 0 deletions
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
. $(dirname "$0")/common.sh
|
||||
|
||||
run_command "Install Composer dependencies" "symfony composer install"
|
||||
|
||||
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