emotz / kladovka

Optimizer of inventory for games
http://kladovka.herokuapp.com/
MIT License
0 stars 0 forks source link

travis cashe #111

Closed ITarako closed 6 years ago

Eoksni commented 6 years ago

see https://github.com/emotz/kladovka/issues/101 after that, just add

cache:
  directories:
    - yarn-cache
Eoksni commented 6 years ago

you also need to specify yarn cache directory for part of the build that run outside of docker you can do that using --cache-folder yarn flag

Eoksni commented 6 years ago

dont cache node_modules, yarn cache dir is enough