Skip to content

Commit b60aa94

Browse files
committed
update_to_5.0.md: Remove ibexa/ts-config-ibexa
1 parent 2e55fde commit b60aa94

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -214,28 +214,6 @@ composer recipes:install symfony/webpack-encore-bundle --reset --force --yes
214214
composer recipes:install ibexa/commerce --reset --force --yes
215215
```
216216

217-
#### Sort commands
218-
219-
TODO: Is ibexa/ts-config-ibexa removal change this?
220-
221-
Recipe appends a command to `composer.json`'s `auto-scripts`.
222-
You have to manually resort the commands so the `tsconfig.json` file
223-
is created by `yarn ibexa-generate-tsconfig`
224-
before being used by `ibexa:encore:compile`.
225-
Your `auto-scripts` entry should look like this:
226-
227-
```json
228-
"auto-scripts": {
229-
"cache:clear": "symfony-cmd",
230-
"assets:install %PUBLIC_DIR%": "symfony-cmd",
231-
"yarn install": "script",
232-
"ibexa:encore:compile --config-name app": "symfony-cmd",
233-
"bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd",
234-
"yarn ibexa-generate-tsconfig": "script",
235-
"ibexa:encore:compile": "symfony-cmd"
236-
},
237-
```
238-
239217
#### Remove Ibexa Icons
240218

241219
Remove from your `config/bundles.php` the line about `IbexaIconsBundle`.

0 commit comments

Comments
 (0)