diff --git a/.drone.yml b/.drone.yml index 709ef31..6f26c9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ pipeline: depth: 50 tags: true - build: + build-backend: image: webhippie/golang:edge pull: true environment: @@ -22,6 +22,15 @@ pipeline: when: event: [ push, tag, pull_request ] + build-frontend: + image: node:6.12.0 + pull: true + commands: + - npm install + - npm build + when: + event: [ push, tag, pull_request ] + # static: # image: karalabe/xgo-latest:latest # pull: true