Open patric-eberle opened 2 years ago
Try to improve the performance of linters and tests by running them in parallel (using & instead of &&) or check if caching can be more aggressive.
&
&&
For some reasons, if this is applied, eslint runs endlessly
Try to improve the performance of linters and tests by running them in parallel (using
&
instead of&&
) or check if caching can be more aggressive.