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

Parcel build take twice to succeed #39

Open
mistricky opened this issue Dec 12, 2020 · 0 comments
Open

Parcel build take twice to succeed #39

mistricky opened this issue Dec 12, 2020 · 0 comments
Assignees
Labels
bug Something isn't working problem

Comments

@mistricky
Copy link
Member

Parcel only build successfully if has .parcel-cache, so we just need to run parcel build twice to ensure compilation successfully, the first compilation is used to generate the .parcel-cache file, and the second compilation will only compile successfully with cache file that I have ro run parcel build || parcel build to compile source code.

@mistricky mistricky added bug Something isn't working problem labels Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working problem
Projects
None yet
Development

No branches or pull requests

2 participants