Skip to content

Commit 9ee35ea

Browse files
turegjoruprimi-itk
andauthored
Update templates/drupal-11/.github/workflows/build_release.yml
Co-authored-by: Mikkel Ricky <[email protected]>
1 parent 50ca625 commit 9ee35ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/drupal-11/.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Composer install
2525
run: |
2626
docker network create frontend
27-
docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative
27+
docker compose run --rm --user=root phpfpm composer install --no-dev --classmap-authoritative
2828
docker compose run --rm --user=root phpfpm composer clear-cache
2929
3030
- name: Make assets dir

0 commit comments

Comments
 (0)