Skip to content

Commit

Permalink
fix: tiny change to test release process after merging ZISI into mono…
Browse files Browse the repository at this point in the history
…repo (#5649)
  • Loading branch information
Skn0tt authored May 22, 2024
1 parent 7b7d086 commit d004851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zip-it-and-ship-it/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interface ListFunctionsOptions {
parseISC?: boolean
}

// List all Netlify Functions main entry files for a specific directory
// List all Netlify Functions main entry files for a specific directory.
export const listFunctions = async function (
relativeSrcFolders: string | string[],
{ featureFlags: inputFeatureFlags, config, configFileDirectories, parseISC = false }: ListFunctionsOptions = {},
Expand Down

0 comments on commit d004851

Please sign in to comment.