diff --git a/.drone.yml b/.drone.yml index 6b6a4f7..21e95b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: node:alpine + image: node commands: - npm install - npm run build