Skip to content

Commit 9f4124a

Browse files
authored
Apply suggestions from code review
1 parent 1581f3c commit 9f4124a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ Your `auto-scripts` entry should look like this:
263263
"yarn ibexa-generate-tsconfig --relative-paths": "script",
264264
"ibexa:encore:compile --config-name app": "symfony-cmd",
265265
"bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd",
266-
"ibexa:encore:compile": "symfony-cmd"
266+
"ibexa:encore:compile": "symfony-cmd",
267+
"ibexa:encore:compile --frontend-configs-name ibexa,internals,libs,richtext": "symfony-cmd"
267268
},
268269
```
269270

@@ -507,7 +508,7 @@ Among other things,
507508
previously deprecated classes have been removed,
508509
and the type hinting strictness has been increased.
509510

510-
Update the `rector.php` file to use `IbexaSetList::IBEXA_50` rule set.
511+
Update the `rector.php` file to use [`IbexaSetList::IBEXA_50`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Rector-Sets-IbexaSetList.html#enumcase_IBEXA_50) rule set.
511512
If you didn't edit it the first time, you can run its recipe:
512513

513514
```bash

0 commit comments

Comments
 (0)