We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988894e commit dca1c57Copy full SHA for dca1c57
1 file changed
uceap-drupal-dev-update-content
@@ -16,6 +16,9 @@ fi
16
# re-run composer install (e.g. in case we've switched branches since last time we ran this script)
17
composer install
18
19
+# re-build the theme (likewise in case of changes)
20
+composer compile-theme
21
+
22
# during first run, the new PATH from the on-create script is not yet in effect
23
if ( ! command -v drush > /dev/null ); then
24
export PATH="`pwd`/vendor/bin:$PATH"
0 commit comments