Speedup CI by caching the linting step
On my machine (Steam Deck with 32GB swap):
-
yarn linttakes29.09s -
yarn lint:tsctakes51.38s
With caching and absolutely no changes:
-
yarn linttakes1.93s -
yarn lint:tsctakes10.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