mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
10 lines
161 B
YAML
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
|