From 9b73db9df32b710d77a7b41893f601bbf5f6c486 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 21 Apr 2023 17:48:28 +0100 Subject: [PATCH] Add build to drone script --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e500888..64ed2ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: image: node commands: - yarn install --frozen-lockfile + - yarn build - name: test image: node commands: