Skip to content

Commit

Permalink
Install xb_test_node on site install (#25)
Browse files Browse the repository at this point in the history
* Also install xb_test_node

* Formatting niggle.

---------

Co-authored-by: Travis Carden <[email protected]>
  • Loading branch information
longwave and TravisCarden authored Jan 9, 2025
1 parent 5b43e91 commit 9e396c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/web/xb-site-install
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ drush site:install -y \
--site-name="XB Local Dev"

# Enable the Experience Builder module.
drush en -y experience_builder
drush pm:install -y \
experience_builder \
xb_test_node

# Create a default article.
drush php:eval "(\Drupal\node\Entity\Node::create(['type' => 'article', 'title' => 'Test', 'uid' => 1]))->save();"
Expand Down

0 comments on commit 9e396c7

Please sign in to comment.