We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e109512 commit 1f93dc8Copy full SHA for 1f93dc8
.github/workflows/build_release.yml
@@ -22,7 +22,6 @@ jobs:
22
run: |
23
docker network create frontend
24
docker compose run --rm --user=root phpfpm composer install --no-dev -o --classmap-authoritative
25
- docker compose run --rm --user=root phpfpm composer clear-cache
26
27
- name: Building assets for the frontend
28
0 commit comments