Skip to content

Commit

Permalink
fix double mo compilation on 'composer build' command
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh authored and trasher committed Sep 24, 2024
1 parent 386d682 commit 29b817a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"patch -f -p1 -d vendor/guzzlehttp/guzzle/ < tools/patches/guzzle-http-client-restrict-http-methods.patch || true"
],
"build": [
"bin/console dependencies install && bin/console locales:compile"
"bin/console dependencies install"
]
},
"repositories": {
Expand Down

0 comments on commit 29b817a

Please sign in to comment.