File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
docs/update_and_migration/from_4.6 Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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
241219Remove from your ` config/bundles.php ` the line about ` IbexaIconsBundle ` .
You can’t perform that action at this time.
0 commit comments