diff --git a/.drone.yml b/.drone.yml index 01481d8..7d7c094 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,16 +14,24 @@ steps: commands: - npm install - npm run test + depends_on: + - lint - name: build image: node:lts-alpine commands: + - apk add zip - npm install - npm run build + - zip -r romulus-m.zip dist/ + depends_on: + - test - name: publish image: plugins/gitea-release depends_on: + - lint + - test - build when: event: @@ -33,7 +41,7 @@ steps: api_key: from_secret: gitea_token files: - - dist/* + - romulus-m.zip checksum: - md5 - sha256 \ No newline at end of file