0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00
safetwitch/.woodpecker.yml
2023-07-10 20:31:04 +00:00

7 lines
No EOL
191 B
YAML

pipeline:
build:
image: docker.io/node:18-alpine
commands:
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
- npm i
- npm run build