diff --git a/.drone.yml b/.drone.yml index 05aefe2..d04d177 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - cd /home/pi/warframe-center - git fetch --all - git reset --hard origin/monorepo - - npm ci + - npm install --- @@ -48,3 +48,6 @@ steps: when: branch: - monorepo + +depends_on: +- install dependencies \ No newline at end of file