Skip to content

Commit 0c30de4

Browse files
mtnesslinawolf
andauthored
Update SettingUpTypo3Ddev.rst (#353)
* Update SettingUpTypo3Ddev.rst Since we are on the page "Setting up TYPO3 WITH DDEV" it is misleading to not see the ddev commands directly in the tab container, so I changed the tab ordering so that the user sees the ddev command first. Best Regards, MT * Update Documentation/Appendix/SettingUpTypo3Ddev.rst * Update Documentation/Appendix/SettingUpTypo3Ddev.rst --------- Co-authored-by: Lina Wolf <[email protected]>
1 parent d357bde commit 0c30de4

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Documentation/Appendix/SettingUpTypo3Ddev.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,17 @@ using the instructions in :ref:`run-tests-directly-without-docker`.
124124

125125
.. tabs::
126126

127-
.. group-tab:: runTests.sh
127+
.. group-tab:: DDEV
128128

129129
.. code-block:: bash
130130
131-
Build/Scripts/runTests.sh -s composerInstall
131+
ddev composer install
132132
133-
.. group-tab:: DDEV
133+
.. group-tab:: runTests.sh
134134

135135
.. code-block:: bash
136136
137-
ddev composer install
137+
Build/Scripts/runTests.sh -s composerInstall
138138
139139
140140
The following is not necessary for the initial build, but once you change some assets (for example
@@ -143,19 +143,20 @@ now:
143143

144144
.. tabs::
145145

146-
.. group-tab:: runTests.sh
146+
.. group-tab:: DDEV
147147

148148
.. code-block:: bash
149149
150-
Build/Scripts/runTests.sh -s buildCss
151-
Build/Scripts/runTests.sh -s buildJavascript
150+
ddev exec "cd Build && npm ci"
151+
ddev exec "cd Build && npm run build"
152152
153-
.. group-tab:: DDEV
153+
.. group-tab:: runTests.sh
154154

155155
.. code-block:: bash
156156
157-
ddev exec "cd Build && npm ci"
158-
ddev exec "cd Build && npm run build"
157+
Build/Scripts/runTests.sh -s buildCss
158+
Build/Scripts/runTests.sh -s buildJavascript
159+
159160
160161
161162
The first command is required once, the second (build) command is required after

0 commit comments

Comments
 (0)