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
|
||||
packages:
|
||||
- nodejs
|
||||
tasks:
|
||||
- say-hello: |
|
||||
echo hello
|
||||
- say-world: |
|
||||
echo world
|
||||
- install-deps: |
|
||||
cd mcfly/site
|
||||
corepack enable
|
||||
pnpm i
|
||||
- build: |
|
||||
cd mcfly/site
|
||||
ls
|
||||
|
|
Loading…
Reference in a new issue