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