From c8029f5588c064d7a01d754cdd96a59eedeb8e86 Mon Sep 17 00:00:00 2001 From: nightly Date: Wed, 19 Oct 2022 16:02:19 +0200 Subject: [PATCH] update drone.yml --- .drone.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 60746f2..5c91362 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,17 @@ kind: pipeline name: default steps: -- name: test +- name: install image: node commands: - npm install + +- name: build + image: node + commands: + - npm run build + +- name: test + image: node + commands: - npm run test \ No newline at end of file