Run initial install on drone

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-04-26 16:25:13 +02:00
parent b854015e16
commit 643797daca

View File

@@ -225,6 +225,10 @@ trigger:
kind: pipeline
name: frontend
steps:
- name: install
image: node:11-alpine
commands:
- npm install
- name: eslint
image: node:11-alpine
commands:
@@ -232,7 +236,6 @@ steps:
- name: jsbuild
image: node:11-alpine
commands:
- npm install
- npm run build
trigger:
branch: