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