From 27a78dd4712fc0deaed2c35f164f46ad6c5c2245 Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 2 May 2023 22:55:02 -0400 Subject: [PATCH] Better build pipeline? --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 20a1d67..9c6f4d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,11 @@ workspace: path: /drone/grow steps: +- name: yarn install + image: node:latest + commands: + - yarn install + - name: Build image: node:latest commands: