fix(ci): lets also see if we can get away without yarn installing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ashhhleyyy 2022-09-25 22:27:13 +01:00
parent 05d870a824
commit 52eddf3175
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -7,10 +7,10 @@ platform:
arch: arm64
steps:
- name: Install dependencies
image: node:16-alpine
commands:
- yarn install
# - name: Install dependencies
# image: node:16-alpine
# commands:
# - yarn install
# TODO: setup linting
# - name: Check formatting
# image: node-pnpm:16-alpine