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

build: fix parcel hang via clean #4075

Closed
wants to merge 1 commit into from
Closed

Conversation

jaredscheib
Copy link
Contributor

@jaredscheib jaredscheib commented Aug 1, 2018

This introduces clean as the first step in make dep, which
is the first command run by our CircleCI process. It's not clear
why this solves this problem, or exactly if it solves the problem
to be honest, but the build does pass. A simple yarn run clean only
rimrafs ./build/* and ./.cache and was not preventing parcel from
timing out. This PR hypothesizes that the problem may be related to
node_modules and other caching that Circle may do, so we start by
cleaning everything.

Aspires to close #4055

This introduces `clean` as the first step in `make dep`, which
is the first command run by our CircleCI process. It's not clear
why this solves this problem, but a simple yarn run clean, which
only rimrafs ./build/* and ./.cache was not preventing parcel from
timing out. maybe it was a circle caching problem.
@chnn chnn closed this Aug 1, 2018
@chnn
Copy link
Contributor

chnn commented Aug 1, 2018

Seems to be something else, closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CircleCI hangs on Parcel build when Sass is imported into components
2 participants