-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Can't Run Multiple Commands Under "Build command" Config? #241
Comments
I had the same problem when defining the start command. Example: start command -> I remember the error being related to the start command -> With
If that still doesn't do it, I would check the service logs to see what is causing the rollback to happen. |
So you're running your custom What I think you're trying to say: With the App Runner "build command", you're running |
Another data point here - I tried running The crux of the problem here is that App Runner doesn't provide actual logs that tell you what went wrong. I saw this brought up as a complaint from way back in 2021 and it doesn't seem like it has ever been addressed. |
The really weird thing is that I can't seem to run any command in the App Runner "build command" input other than Would be nice if someone from the App Runner team could actually chime in and provide some insight as to why setting up basic configs do not work. |
I have the following in my
package.json
file:Running
npm run migrate
works fine on my local machine. When I try to add this command onto my existing build command:App Runner always gives an error and rolls back my change:
Does App Runner not support multiple build commands?
The text was updated successfully, but these errors were encountered: