Disable yarn check temporarily

This commit is contained in:
brecert 2021-09-10 14:59:37 -04:00
parent 28df14b734
commit 08e226cd0c
No known key found for this signature in database
GPG key ID: 1B2E56B9EC985B96

View file

@ -24,7 +24,7 @@ jobs:
cache: "yarn" cache: "yarn"
- run: yarn install - run: yarn install
- run: yarn check # - run: yarn check
- name: build - name: build
run: yarn build run: yarn build