forked from CringeStudios/gamja
11 lines
161 B
YAML
11 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
|