diff --git a/.drone.yml b/.drone.yml index 7d7c094..73c10d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,6 @@ steps: - name: test image: node:lts-alpine commands: - - npm install - npm run test depends_on: - lint @@ -21,7 +20,6 @@ steps: image: node:lts-alpine commands: - apk add zip - - npm install - npm run build - zip -r romulus-m.zip dist/ depends_on: