Speedup CI by caching the linting step
On my machine (Steam Deck with 32GB swap):
-
yarn lint
takes29.09s
-
yarn lint:tsc
takes51.38s
With caching and absolutely no changes:
-
yarn lint
takes1.93s
-
yarn lint:tsc
takes10.21s
On my machine (Steam Deck with 32GB swap):
yarn lint
takes 29.09s
yarn lint:tsc
takes 51.38s
With caching and absolutely no changes:
yarn lint
takes 1.93s
yarn lint:tsc
takes 10.21s