From 5859046169176a726835d47ef562376983290013 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 25 Oct 2020 15:52:39 +0100 Subject: [PATCH] Add list-editor steps in .drone.yml --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b5ad220..e58c716 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,9 @@ steps: image: node group: build commands: - - cd editor + - cd list-editor + - npm install + - cd ../editor - npm install - npm run docker