diff --git a/.drone.yml b/.drone.yml index 0c7192e..2cb77b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,8 @@ type: docker name: LivingTogether-Lab steps: - - name: npm build - - image: node - - commands: - - npm ci - - npm run release-lab +- name: npm build + image: node + commands: + - npm ci + - npm run release-lab