1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

circleci: be omre liberal on caching global npm

This commit is contained in:
Tom Gallacher 2016-10-21 16:58:03 +01:00
parent 99d8a8720b
commit af7219c71e

View File

@ -17,7 +17,7 @@ machine:
dependencies: dependencies:
cache_directories: cache_directories:
- "/opt/circleci/nodejs/v6.9.0/bin/" - "/opt/circleci/nodejs/"
pre: pre:
- npm install -g triton yarn - npm install -g triton yarn
post: post: