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

Reduce npm install time in CI #780

Closed
hackerwins opened this issue Apr 22, 2024 · 0 comments · Fixed by #783
Closed

Reduce npm install time in CI #780

hackerwins opened this issue Apr 22, 2024 · 0 comments · Fixed by #783
Labels
cleanup 🧹 Paying off technical debt good first issue 🐤 Good for newcomers

Comments

@hackerwins
Copy link
Member

Description:

After merging #760, the npm install step in the CI pipeline is taking over 10 minutes to complete. This issue has been observed, especially after adding packages like react-json-view, rc-slider and so on.

It would be helpful to explore methods to cache npm or reduce the overall CI execution time.

Why:

The npm install process should not take too long and should ideally be shorter.

@hackerwins hackerwins added cleanup 🧹 Paying off technical debt good first issue 🐤 Good for newcomers labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 Paying off technical debt good first issue 🐤 Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant