labyrinth-frontend/.drone.yml

17 lines
299 B
YAML
Raw Normal View History

2025-01-08 22:23:31 +01:00
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/**