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