added npm install step to build definition
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stephan Dörfler 2020-02-10 18:20:41 +01:00
parent 486474fcef
commit ba7721a1dd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: build - name: build
image: node:alpine image: node:alpine
commands: commands:
- npm install
- npx gatsby build - npx gatsby build
- name: docker - name: docker