diff --git a/.drone.yml b/.drone.yml index 4ce3238..23506a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ trigger: steps: - name: build - image: node:alpine + image: node commands: - cd src/ - npm run build