testing fleek.json missing git fix

This commit is contained in:
David E. Perez Negron R. 2024-04-30 21:55:22 -06:00
parent 172b12eb33
commit d791f39a0a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"build": {
"image": "denoland/deno",
"command": "deno task build",
"command": "apt install git && deno task build",
"publicDir": "_site"
}
}