testing fleek.json missing git fix
This commit is contained in:
parent
172b12eb33
commit
d791f39a0a
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"build": {
|
||||
"image": "denoland/deno",
|
||||
"command": "deno task build",
|
||||
"command": "apt install git && deno task build",
|
||||
"publicDir": "_site"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue