diff --git a/.fleek.json b/.fleek.json index 85a724a..e015522 100644 --- a/.fleek.json +++ b/.fleek.json @@ -1,7 +1,7 @@ { "build": { "image": "denoland/deno", - "command": "deno task build", + "command": "apt install git && deno task build", "publicDir": "_site" } }