Files
finite-state-automaton/.drone.yml
2023-12-21 21:44:03 +01:00

11 lines
146 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: build
image: node:20-alpine
commands:
- yarn install
- yarn build