Skip to content

Commit 9c78bbc

Browse files
authored
Add xb_dev_standard to xb-site-install (#30)
1 parent 210ef19 commit 9c78bbc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ The installation process clones [the Experience Builder module](https://www.drup
5151
Any time you update the Experience Builder module or modify its front-end code, be sure to rebuild the UI app assets:
5252

5353
```shell
54-
ddev ui-build
54+
ddev xb-ui-build
5555
```
5656

5757
When developing the React app, make sure to use the HTTPS URL of your DDEV project, then run:
5858

5959
```shell
60-
ddev ui-dev
60+
ddev xb-ui-dev
6161
```
6262

6363
To completely reinstall Drupal and the Experience Builder module, run:
6464

6565
```shell
66-
ddev site-install
66+
ddev xb-site-install
6767
```
6868

6969
For the full list of available Experience Builder commands, run this:

commands/web/xb-site-install

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ drush site:install -y \
1212
--site-name="XB Local Dev"
1313

1414
# Enable the Experience Builder module.
15-
drush en -y experience_builder
15+
drush pm:install -y \
16+
experience_builder \
17+
xb_dev_standard
1618

1719
# Without a cache rebuild, Drupal can't find test modules, leading to a WSOD.
1820
drush cache:rebuild

0 commit comments

Comments
 (0)