gamja-old/.build.yml
2021-11-17 10:20:49 +01:00

10 lines
161 B
YAML

image: alpine/latest
packages:
- npm
sources:
- https://git.sr.ht/~emersion/gamja
tasks:
- setup: |
cd gamja
npm install --include=dev
npm run build