We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
remove jest clearCache from jest-preview
jest-preview clears the jest cache what makes our jest tests slower
remove the post install script
just remove the post install
patch package
we cache jest over ci/cd to make jest a bit faster
The text was updated successfully, but these errors were encountered:
feat(postinstall): remove postinstall clearing jest cache
1e0f1c2
fix nvh95#316
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
remove jest clearCache from jest-preview
jest-preview clears the jest cache what makes our jest tests slower
Describe the solution you'd like
remove the post install script
Describe how should jest-preview implements this feature
just remove the post install
Describe alternatives you've considered
patch package
Additional context
we cache jest over ci/cd to make jest a bit faster
The text was updated successfully, but these errors were encountered: