I am trying to deploy a new web service and have yarn run build
set as my build command. I have no problem running this build command locally. I’ve also manually added the react-scripts package yarn add react-scripts
before deploying. I get this error upon trying to deploy:
/bin/sh: 1: react-scripts: not found
What am I missing?
Thanks! J