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 arch: arm64
steps: steps:
- name: Install dependencies # - name: Install dependencies
image: node:16-alpine # image: node:16-alpine
commands: # commands:
- yarn install # - yarn install
# TODO: setup linting # TODO: setup linting
# - name: Check formatting # - name: Check formatting
# image: node-pnpm:16-alpine # image: node-pnpm:16-alpine