This commit is contained in:
jacob
2024-04-28 13:50:56 -05:00
parent ca1c6e2869
commit f0fb5ff1b1
4 changed files with 24 additions and 26 deletions

View File

@@ -165,7 +165,7 @@ const makePublishData = ({ commandModule, config }: Record<string, Record<string
}
}),
//@ts-ignore
contexts: config?.contexts ? config.contexts : undefined
contexts: config?.contexts ?? undefined
},
config,
};