Skip to content

Commit b2c8079

Browse files
committed
Removed require ibexa/graphql
1 parent c3393f7 commit b2c8079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/5.0.x-dev/prepare_project_edition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/consol
289289

290290
# Generate new GraphQL schema if used (while admin-ui doesn't use it anymore)
291291
# docker compose exec -T --user www-data app sh -c 'php bin/console cache:pool:clear ${CACHE_POOL:-cache.tagaware.filesystem}'
292-
docker compose --env-file=.env exec -T --user www-data app sh -c "composer require ibexa/graphql --no-interaction"
292+
#docker compose --env-file=.env exec -T --user www-data app sh -c "composer require ibexa/graphql --no-interaction"
293293
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:graphql:generate-schema"
294294

295295
# reindex

0 commit comments

Comments
 (0)