Reenable yarn install

This commit is contained in:
Christian Klemm 2019-12-01 00:21:12 +01:00
parent f368be925f
commit 3311fcdc8e
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
- name: Install Json
run: npm i json --global
#- name: Install Packages
# run: yarn install --frozen-lockfile
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Prepare release
run: |