Skip to content

Commit

Permalink
Auto script must be first
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Sep 5, 2024
1 parent edfd5b4 commit bd6a0bf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions monsieurbiz/sylius-rich-editor-plugin/2.9-dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"vendor/monsieurbiz/sylius-rich-editor-plugin/scripts/replace_intl_extension.php": "php-script",
"cache:clear": "symfony-cmd"
},
"add-lines": [
{
"file": "composer.json",
"content": "\n \"vendor/monsieurbiz/sylius-rich-editor-plugin/scripts/replace_intl_extension.php\": \"php-script\",\n",
"position": "after_target",
"target": "\"auto-scripts\": {"
}
],
"env": {
"MONSIEURBIZ_SYLIUS_RICH_EDITOR_UPLOAD_DIR": "/media/rich-editor",
"MONSIEURBIZ_SYLIUS_RICH_EDITOR_IMAGE_UPLOAD_DIR": "/media/image",
Expand Down

0 comments on commit bd6a0bf

Please sign in to comment.