diff --git a/.drone.yml b/.drone.yml index 7ce39f2..6bac9f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,10 @@ type: docker name: default steps: - # - name: init - # image: node:16-alpine - # commands: - # - "npm install" + - name: init + image: node:16-alpine + commands: + - "npm install" - name: start image: node:16-alpine commands: