Speed up CI by caching TerserPlugin cache (#6874)
* Speed up CI by caching TersetPlugin cache This should accelerate the `npm run build` part of the build by ~5 minutes or so I believe. * targeting terser-webpack-plugin/
This commit is contained in:
parent
75e1045da4
commit
16ae747da1
|
|
@ -95,3 +95,4 @@ cache:
|
|||
- ~/.npm
|
||||
- ~/.cache
|
||||
- ~/.travis_cache/
|
||||
- superset/assets/node_modules/.cache/terser-webpack-plugin/
|
||||
|
|
|
|||
Loading…
Reference in New Issue