chore: test build
This commit is contained in:
parent
5e0e348d99
commit
7b2b4f4c1a
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
image: archlinux
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- nodejs
|
||||
- npm
|
||||
tasks:
|
||||
- install-deps: |
|
||||
cd mcfly/site
|
||||
corepack enable
|
||||
pnpm i
|
||||
- build: |
|
||||
npm i
|
||||
- list-files: |
|
||||
cd mcfly/site
|
||||
ls
|
||||
|
|
Loading…
Reference in a new issue