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