From 35d95ce2d847a44631b294b58778b0f61bd1e683 Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Wed, 21 Sep 2022 11:20:59 -0400 Subject: [PATCH] drone test 1 --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0a2e07d..b51fd92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,12 @@ type: docker name: default steps: - - name: start + - name: init image: node:16-alpine commands: - "npm install" + - name: start + image: node:16-alpine + commands: - "npm test -- --watchAll=false" - "npm run build"