chore: test build

This commit is contained in:
Ayo Ayco 2025-01-09 20:05:19 +01:00
parent 5f5aa3abec
commit 5e0e348d99

View file

@ -1,6 +1,11 @@
image: archlinux image: archlinux
packages:
- nodejs
tasks: tasks:
- say-hello: | - install-deps: |
echo hello cd mcfly/site
- say-world: | corepack enable
echo world pnpm i
- build: |
cd mcfly/site
ls