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