From 5f4550998cf379492a2761b3347c707d76a8b019 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 11:17:37 -0600 Subject: [PATCH] Test server/src --- drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.yml b/drone.yml index 58bf660..9ae7672 100644 --- a/drone.yml +++ b/drone.yml @@ -5,13 +5,13 @@ steps: - name: build_client image: node commands: - - "cd Server" + - "cd Server/src" - "ls" - - "cd ../" + - "cd ../../" - "cd Client" - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod" - - "cd ../Server" + - "cd ../Server/src" - "ls" when: event: