We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6c930 commit 05e6e30Copy full SHA for 05e6e30
1 file changed
composer.json
@@ -127,11 +127,11 @@
127
}
128
},
129
"scripts": {
130
- "translations:unused": "php bin/translations translations:unused",
131
- "translations:update:translatable": "php bin/translations translations:update:translatable",
+ "translations:unused": "./bin/translations translations:unused",
+ "translations:update:translatable": "./bin/translations translations:update:translatable",
132
"clear-symfony-cache": [
133
- "php bin/console cache:clear --no-warmup",
134
- "php bin/console ssp-cache:clear --no-warmup"
+ "./bin/console cache:clear --no-warmup",
+ "./bin/console ssp-cache:clear --no-warmup"
135
],
136
"post-update-cmd": [
137
"@clear-symfony-cache",
0 commit comments