Added dev build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nicolai Ort 2020-12-13 10:06:07 +01:00
parent 5567bcbf90
commit e157879fec
2 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
kind: pipeline kind: pipeline
name: build:test name: build:tag
steps: steps:
- name: checkout backend - name: checkout backend
@ -44,3 +44,20 @@ trigger:
event: event:
exclude: exclude:
- push - push
---
kind: pipeline
name: build:test
steps:
- name: npm
image: plugins/npm
settings:
token:
from_secret: NPM_TOKEN
email: info@odit.services
trigger:
event:
include:
- push