amazon-app-runner-deploy icon indicating copy to clipboard operation
amazon-app-runner-deploy copied to clipboard

Can't Run Multiple Commands Under "Build command" Config?

Open pihish opened this issue 11 months ago • 1 comments

I have the following in my package.json file:

"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:

1

App Runner always gives an error and rolls back my change:

2

Does App Runner not support multiple build commands?

pihish avatar Mar 16 '24 18:03 pihish

You should probably use the App Runner repo for this question

andreas-bergstrom avatar Mar 27 '24 06:03 andreas-bergstrom