Reenable yarn install

This commit is contained in:
Christian Klemm
2019-12-01 00:21:12 +01:00
parent f368be925f
commit 3311fcdc8e

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: |