diff --git a/drone.yml b/drone.yml index 5a30cbe..0417573 100644 --- a/drone.yml +++ b/drone.yml @@ -5,16 +5,16 @@ steps: - name: build_client image: node commands: - - "apt update" - - "apt install tree" - - "cd Server/src" - - "ls" - - "cd ../../" - - "cd Client" - - "npm install" - - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - - "cd ../" - - "tree" + - apt update + - apt install tree + - cd Server/src + - ls + - cd ../../ + - cd Client + - npm install + - node node_modules/@angular/cli/bin/ng build --prod --configuration=production + - cd ../ + - tree when: event: - push