Fix setup script function path

This commit is contained in:
Elias Schneider
2022-05-06 12:08:10 +02:00
parent ded5ca4b51
commit 116c3403ff
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const zipDirectory = (functionName: string) => {
{
gzip: true,
sync: true,
cwd: `./../functions/${functionName}`,
cwd: `./functions/${functionName}`,
file: "code.tar.gz",
},
["./"]