IRC_Client/.build.yml

11 lines
161 B
YAML
Raw Normal View History

2021-11-17 10:20:49 +01:00
image: alpine/latest
packages:
- npm
sources:
- https://git.sr.ht/~emersion/gamja
tasks:
- setup: |
cd gamja
npm install --include=dev
npm run build