You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/15 05:43:55 UTC

[GitHub] mistercrunch opened a new pull request #6882: [ci] take #2, improve build times by saving TerserPlugin cache

mistercrunch opened a new pull request #6882: [ci] take #2, improve build times by saving TerserPlugin cache
URL: https://github.com/apache/incubator-superset/pull/6882
 
 
   The problem with the previous solution was that the `npm ci` command
   nuke the `node_modules` folder, including the `.cache` that was used by
   default. By moving the cache out of `node_modules`  we get to both run
   `npm ci` and accelerate `TerserPlugin`
   
   <img width="1056" alt="screen shot 2019-02-14 at 9 43 34 pm" src="https://user-images.githubusercontent.com/487433/52836953-99d12800-30a1-11e9-8d6d-9a4eb1beead5.png">
   
   <img width="1053" alt="screen shot 2019-02-14 at 9 42 55 pm" src="https://user-images.githubusercontent.com/487433/52836938-8c1ba280-30a1-11e9-96ed-1faf8591ef41.png">
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org