diff --git a/drone.yml b/drone.yml index d678234..e710282 100644 --- a/drone.yml +++ b/drone.yml @@ -5,6 +5,7 @@ steps: - name: build_client image: node commands: + - "cd Client" - "npm install" - "ls" - "node ng build --prod"