From d9c91881ef6fb8edcc6ef437332161da5dd91339 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 11:35:36 -0600 Subject: [PATCH] test www --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 9ae7672..d09d276 100644 --- a/drone.yml +++ b/drone.yml @@ -11,7 +11,7 @@ steps: - "cd Client" - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod" - - "cd ../Server/src" + - "cd ../Server/src/www" - "ls" when: event: