diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..5aad2b6 --- /dev/null +++ b/.build.yml @@ -0,0 +1,10 @@ +image: alpine/latest +packages: +- npm +sources: +- https://git.sr.ht/~emersion/gamja +tasks: +- setup: | + cd gamja + npm install --include=dev + npm run build