From 113979f09bf99bfa8dbbc33265f6e3f954dc8a25 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 25 Oct 2020 22:06:27 -0600 Subject: [PATCH] cd to client folder --- drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/drone.yml b/drone.yml index d678234..e710282 100644 --- a/drone.yml +++ b/drone.yml @@ -5,6 +5,7 @@ steps: - name: build_client image: node commands: + - "cd Client" - "npm install" - "ls" - "node ng build --prod"