Skip to content

Commit d004851

Browse files
authoredMay 22, 2024··
fix: tiny change to test release process after merging ZISI into monorepo (#5649)
1 parent 7b7d086 commit d004851

File tree

1 file changed

+1
-1
lines changed
  • packages/zip-it-and-ship-it/src

1 file changed

+1
-1
lines changed
 

‎packages/zip-it-and-ship-it/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ interface ListFunctionsOptions {
6868
parseISC?: boolean
6969
}
7070

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

0 commit comments

Comments
 (0)
Please sign in to comment.