From f4653c70981d14a57c4da6b03632b02e84f9b6e4 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 15:13:21 -0600 Subject: [PATCH] install tree --- drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/drone.yml b/drone.yml index 799a0e6..58bb809 100644 --- a/drone.yml +++ b/drone.yml @@ -12,6 +12,7 @@ steps: - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "cd ../" + - "apt install tree" - "tree" when: event: