chore: test build
This commit is contained in:
parent
5f5aa3abec
commit
5e0e348d99
1 changed files with 9 additions and 4 deletions
13
.build.yml
13
.build.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue