From b7c98ee5220b947d2f20891105fa171dd4e72966 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 11:16:02 -0600 Subject: [PATCH] test ls --- drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 715f810..58bf660 100644 --- a/drone.yml +++ b/drone.yml @@ -5,10 +5,14 @@ steps: - name: build_client image: node commands: + - "cd Server" + - "ls" + - "cd ../" - "cd Client" - "npm install" - - "ls" - "node node_modules/@angular/cli/bin/ng build --prod" + - "cd ../Server" + - "ls" when: event: - push