ci: set up a continuous build of the app

the CI is a selfhosted woodpecker instance:
- https://woodpecker-ci.org/
- https://laszlo.cloud/drone-community-edition-what-is-included
alex 2 years ago
parent 2ee2b69da4
commit dda9755d33

@ -0,0 +1,6 @@
pipeline:
build:
image: node:18-slim
commands:
- npm ci
- npm run build
Loading…
Cancel
Save