workspace attachment
This commit is contained in:
parent
fa1252c210
commit
406d21694e
|
@ -28,8 +28,6 @@ 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" }}
|
||||||
|
@ -206,7 +204,7 @@ commands:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: android
|
at: ./
|
||||||
|
|
||||||
- restore_cache: *restore-npm-cache-linux
|
- restore_cache: *restore-npm-cache-linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue