From 00943dc3249ca30186c82cc9e3f3b90c592fdc25 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 16:35:06 -0600 Subject: [PATCH] ignore node --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 0417573..9c54f9b 100644 --- a/drone.yml +++ b/drone.yml @@ -14,7 +14,7 @@ steps: - npm install - node node_modules/@angular/cli/bin/ng build --prod --configuration=production - cd ../ - - tree + - tree -a -I 'node_modules' when: event: - push