diff --git a/.drone.yml b/.drone.yml index 64c31f5..b0fa399 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,5 @@ build: - image: node:wheezy + image: node:onbuild commands: + - npm install - npm run start