From 7ea9c24e31216d0feefd0f087a8f8a32b2d1cc68 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 28 Dec 2023 15:12:57 +0000 Subject: [PATCH] Add to drone script --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3756b47..8fb77fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,6 +54,11 @@ steps: - npm ci - npm run build +- name: lint + image: node + commands: + - npm run lint + - name: test image: node commands: