diff --git a/.drone.yml b/.drone.yml index 690a091..6efe442 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ name: default steps: - name: build + image: alpine commands: - npm install - npm run build