Manuel Friedli
ee84a40872
All checks were successful
continuous-integration/drone/pr Build is passing
16 lines
299 B
YAML
16 lines
299 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
steps:
|
|
- name: install
|
|
image: node:20-alpine
|
|
commands:
|
|
- apk add firefox
|
|
- npm run lint
|
|
- npm run build
|
|
when:
|
|
ref:
|
|
include:
|
|
- refs/head/master
|
|
- refs/head/feature/**
|
|
- refs/tags/**
|