Attach workspace
This commit is contained in:
parent
155ab35beb
commit
fa1252c210
|
@ -28,6 +28,8 @@ save-npm-cache-linux: &save-npm-cache-linux
|
||||||
paths:
|
paths:
|
||||||
- ./node_modules
|
- ./node_modules
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
restore-npm-cache-mac: &restore-npm-cache-mac
|
restore-npm-cache-mac: &restore-npm-cache-mac
|
||||||
name: Restore NPM cache
|
name: Restore NPM cache
|
||||||
key: node-v1-mac-{{ checksum "yarn.lock" }}
|
key: node-v1-mac-{{ checksum "yarn.lock" }}
|
||||||
|
@ -203,6 +205,9 @@ commands:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
- attach_workspace:
|
||||||
|
at: android
|
||||||
|
|
||||||
- restore_cache: *restore-npm-cache-linux
|
- restore_cache: *restore-npm-cache-linux
|
||||||
|
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
|
|
Loading…
Reference in New Issue