Cache node_modules on circle

pull/10616/head
Andrew Watkins 2016-09-22 15:07:19 -07:00
parent 06fa108a5c
commit 15d7edc561
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ dependencies:
- mkdir -p ${HOME}/.go_workspace/src/github.com/influxdata
- ln -sf ${HOME}/mrfusion ${HOME}/.go_workspace/src/github.com/influxdata
- cd ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion && make
cache_directories:
- /ui/node_modules
test:
override: