Build theme after DDEV start
This commit is contained in:
parent
096f617b8b
commit
38fb6002fb
|
@ -12,6 +12,7 @@ provider: default
|
||||||
hooks:
|
hooks:
|
||||||
post-start:
|
post-start:
|
||||||
- composer: install
|
- composer: install
|
||||||
|
- exec-host: ddev theme development
|
||||||
post-import-db:
|
post-import-db:
|
||||||
- exec: drush sql-sanitize -y --sanitize-password=password
|
- exec: drush sql-sanitize -y --sanitize-password=password
|
||||||
- exec: drush cr
|
- exec: drush cr
|
||||||
|
|
Loading…
Reference in a new issue