mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
circleci: cache global dependencies
This commit is contained in:
parent
9ace49d0b7
commit
4b12f0d673
@ -17,6 +17,10 @@ machine:
|
||||
version: 6.9.0
|
||||
|
||||
dependencies:
|
||||
cache_directories:
|
||||
- "/opt/circleci/nodejs/v6.9.0/bin/"
|
||||
pre:
|
||||
- npm install -g triton yarn
|
||||
post:
|
||||
- make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user