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
I have the following in my package.json file:
package.json
"scripts": { "migrate": "knex migrate:latest" },
Running npm run migrate works fine on my local machine. When I try to add this command onto my existing build command:
npm run migrate
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:
You should probably use the App Runner repo for this question
Sorry, something went wrong.
No branches or pull requests
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: