remove unnessary install yarn command (#50)

This commit is contained in:
Kid 2019-09-03 22:53:12 +08:00 committed by Danny McCormick
parent 7af5963081
commit 57adacb752

View file

@ -71,7 +71,6 @@ steps:
with:
node-version: '10.x'
registry-url: <registry url>
- run: npm install -g yarn
- run: yarn install
- run: yarn publish
env: