valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
7 stars 4 forks source link

Improve test and linter performance #230

Open patric-eberle opened 2 years ago

patric-eberle commented 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.

patric-eberle commented 9 months ago

For some reasons, if this is applied, eslint runs endlessly