fix(ci): add yarn install step to publish
This commit is contained in:
parent
e49880f908
commit
ed86e6f88f
|
@ -40,6 +40,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
- rn/yarn_install
|
||||||
- run:
|
- run:
|
||||||
name: Publish to NPM
|
name: Publish to NPM
|
||||||
command: yarn ci:publish
|
command: yarn ci:publish
|
||||||
|
|
Loading…
Reference in New Issue