From 8b363f4cd6af983663465fedf650d9f0e55929d2 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 12:22:25 -0600 Subject: [PATCH] Tree command --- drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drone.yml b/drone.yml index 433cd6a..38612d0 100644 --- a/drone.yml +++ b/drone.yml @@ -11,8 +11,8 @@ steps: - "cd Client" - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - - "cd ../Server/src/www" - - "ls" + - "cd ../ + - "tree" when: event: - push