From 3563df5791f3c41b9deeb05c4a06cd8581afdc46 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 25 Oct 2020 22:11:17 -0600 Subject: [PATCH] Fix ng build for drone --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index e710282..c6304c7 100644 --- a/drone.yml +++ b/drone.yml @@ -8,7 +8,7 @@ steps: - "cd Client" - "npm install" - "ls" - - "node ng build --prod" + - "node node_modules\@angular\cli\bin\ng build --prod" when: event: - push