Skip to content

Commit 29b817a

Browse files
orthaghtrasher
authored andcommitted
fix double mo compilation on 'composer build' command
1 parent 386d682 commit 29b817a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"patch -f -p1 -d vendor/guzzlehttp/guzzle/ < tools/patches/guzzle-http-client-restrict-http-methods.patch || true"
160160
],
161161
"build": [
162-
"bin/console dependencies install && bin/console locales:compile"
162+
"bin/console dependencies install"
163163
]
164164
},
165165
"repositories": {

0 commit comments

Comments
 (0)