From 032dec14b7330853aa44a365417e0a052c049dd8 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:20:48 +0100 Subject: [PATCH] oops --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2a3ebae..731068c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,14 +3,14 @@ type: docker name: default steps: - - name: test - image: node:18-alpine - commands: - - npm run lint - name: install dependencies image: node:18-alpine commands: - npm install + - name: test + image: node:18-alpine + commands: + - npm run lint - name: deploy image: node:18-alpine commands: