diff --git a/.drone.yml b/.drone.yml index f9427ab..9dfa5eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,6 @@ steps: - name: run tests image: node commands: - - npm install --global yarn - yarn run prepare - yarn run test - name: build dev proxy container