You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make api Arguments="/bin/sh -c 'composer update; composer outdated'"
make pwa Arguments="/bin/sh -c 'pnpm install; pnpm update; pnpm outdated'"
# Update Symfony recipes
cd api
composer recipes:update
echo 'Run `git diff` and carefully inspect the changes made by the recipes.'
echo 'Run `docker compose up --wait --force-recreate` now and check that everything is fine!'
echo 'Run `docker compose exec api /bin/sh -c ''bin/console -e test doctrine:database:create ; bin/console -e test doctrine:migrations:migrate --no-interaction ; bin/phpunit ; bin/console -e test doctrine:schema:validate''` to check that the tests are green.'