diff --git a/.drone.yml b/.drone.yml index dc687aa..18fe938 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: build image: node:alpine commands: + - npm install - npx gatsby build - name: docker