We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
レビューだけでなく、本番環境のビルドが通るのかを確認する必要がる
github Actionsの利用 docker compose -f docker-compose.prod.yml build docker compose -f docker-compose.prod.yml run --rm admin_view npm run build docker compose -f docker-compose.prod.yml run --rm user_front npm run build の確認を行う
The text was updated successfully, but these errors were encountered:
nose221834
Successfully merging a pull request may close this issue.
開発目的
レビューだけでなく、本番環境のビルドが通るのかを確認する必要がる
考えられる開発内容
github Actionsの利用
docker compose -f docker-compose.prod.yml build
docker compose -f docker-compose.prod.yml run --rm admin_view npm run build
docker compose -f docker-compose.prod.yml run --rm user_front npm run build
の確認を行う
考えられる開発時間
備考
The text was updated successfully, but these errors were encountered: