Skip to content

Commit e5129b8

Browse files
committed
update_to_5.0.md: Update yarn ibexa-generate-tsconfig
1 parent f6e00fd commit e5129b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,15 @@ Your `auto-scripts` entry should look like this:
227227
"cache:clear": "symfony-cmd",
228228
"assets:install %PUBLIC_DIR%": "symfony-cmd",
229229
"yarn install": "script",
230+
"yarn ibexa-generate-tsconfig --relative-paths": "script",
230231
"ibexa:encore:compile --config-name app": "symfony-cmd",
231232
"bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd",
232-
"yarn ibexa-generate-tsconfig": "script",
233233
"ibexa:encore:compile": "symfony-cmd"
234234
},
235235
```
236236

237+
TODO: https://github.com/ibexa/recipes-dev/blob/master/ibexa/commerce/5.0/manifest.json#L168 VS https://github.com/ibexa/recipes/blob/master/ibexa/commerce/5.0/manifest.json#L168
238+
237239
#### Remove Ibexa Icons
238240

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

0 commit comments

Comments
 (0)