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