diff --git a/.drone.yml b/.drone.yml index 0a2e07d..b51fd92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,12 @@ type: docker name: default steps: - - name: start + - name: init image: node:16-alpine commands: - "npm install" + - name: start + image: node:16-alpine + commands: - "npm test -- --watchAll=false" - "npm run build"