We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ca625 commit 9ee35eaCopy full SHA for 9ee35ea
templates/drupal-11/.github/workflows/build_release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Composer install
25
run: |
26
docker network create frontend
27
- docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative
+ docker compose run --rm --user=root phpfpm composer install --no-dev --classmap-authoritative
28
docker compose run --rm --user=root phpfpm composer clear-cache
29
30
- name: Make assets dir
0 commit comments