diff --git a/drone.yml b/drone.yml index 58bf660..9ae7672 100644 --- a/drone.yml +++ b/drone.yml @@ -5,13 +5,13 @@ steps: - name: build_client image: node commands: - - "cd Server" + - "cd Server/src" - "ls" - - "cd ../" + - "cd ../../" - "cd Client" - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod" - - "cd ../Server" + - "cd ../Server/src" - "ls" when: event: