Can't Run Multiple Commands Under "Build command" Config?
Open
- Dominant language
- No language data
- Stars
- 301
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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:

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

Does App Runner not support multiple build commands?
Contributor guide
Assessment
This issue has not been assessed yet.