From 52eddf31758887559f7e02599695ac0c8daf6327 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Sun, 25 Sep 2022 22:27:13 +0100 Subject: [PATCH] fix(ci): lets also see if we can get away without `yarn install`ing --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a44640e..bf73e16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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