You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likereact-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.
The text was updated successfully, but these errors were encountered: