Hello, i tried many ways to run npm install --legacy-peer-deps && npm run build in app platform, but it looks the command is ignored, any suggestion?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya, @lennaz
If you’re using a Dockerfile, you should handle it directly in the Docker build steps instead. Otherwise, for non-Docker apps, the Build Command field is the correct place
https://docs.digitalocean.com/products/app-platform/how-to/build-run-commands/
Regards