enable ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Viktor Varland 2023-08-15 23:05:23 +02:00
parent 0caaae801e
commit 81ac651ff1
Signed by: varl
GPG key ID: 7459F0B410115EE8

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:18
commands:
- npm run install
- npm run build