Skip to content
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

"craco build --verbose" silently fails on CI #449

Closed
perevernihata opened this issue Aug 30, 2022 · 2 comments
Closed

"craco build --verbose" silently fails on CI #449

perevernihata opened this issue Aug 30, 2022 · 2 comments

Comments

@perevernihata
Copy link

We are using craco "6.1.2", and it was working fine for us for a long time, but now on the CI we see this:
image
As you see on the screenshot it just stopped after the line

craco:  Found Webpack prod config at: ....

Locally, the same command looks like this:
image
image

The change that caused the issue was cleaning up the storybook from the project (including changes in lockfile, which I am most suspicious about).
Would you be able to give us any ideas where to continue with troubleshooting craco build on ci? Worst thing that it does not actually fail the build, (i.e. it just returns 0 exit code).

@dilanx
Copy link
Owner

dilanx commented Oct 2, 2022

@perevernihata that's weird, especially since this didn't seem to be an issue for you before. Something must be happening in between locating the webpack prod config and overriding it. Does it work if you build locally?

@dilanx
Copy link
Owner

dilanx commented Jan 5, 2023

I'm gonna close this because of inactivity, but feel free to leave a comment if this is still an issue.

@dilanx dilanx closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants