fix(ci): lets also see if we can get away without yarn install
ing
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
05d870a824
commit
52eddf3175
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue