remove unnessary install yarn command

pull/50/head
Kid 2019-09-01 11:15:37 +08:00 committed by GitHub
parent 7af5963081
commit 17528e157d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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: