-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
CI - Error: Failed running "src.hook": "npm run build" due to the following error: Command failed: npm run build #73
Comments
Same here, any way to get the content of the |
Same here... except I'm using yarn:
Works fine locally. |
For me, the problem was that I had some warnings when I built the project in a CI environment (when You can set your build script to |
@darbio thanks for your suggestion, I fixed all the warning I had coming from Eslint so that it can build even with CI=true. But I still have the same issue by pushing my code on Github. |
also running into this issue, can't seem to find a work around other than manually deploying |
Me too. Could you please @PGuimarais tell me how to deploy manually b/c I'm new on this |
Just run the |
Up. Same problem here |
Hi!
I am hitting this error on app.serverless.com (ci/cd deploys):
Using Create React App with TypeScript (
"react": "^17.0.1"
&&"typescript": "^4.0.3",
):app.serverless.com (ci/cd deploys) error
The text was updated successfully, but these errors were encountered: