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:
Maxime Beauchemin 2019-02-14 12:14:07 -08:00 committed by GitHub
parent 75e1045da4
commit 16ae747da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,3 +95,4 @@ cache:
- ~/.npm
- ~/.cache
- ~/.travis_cache/
- superset/assets/node_modules/.cache/terser-webpack-plugin/