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