Skip to content

Commit b1ccc0c

Browse files
committed
update readme
1 parent bae2d11 commit b1ccc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dev-utils/src/generate-documentation-table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ errorHandler: (err) => {
9898
},
9999
{
100100
name: "filesToDeleteAfterUpload",
101-
type: "string | string[]",
101+
type: "string | string[] | Promise<string | string[]>",
102102
fullDescription:
103-
"A glob or an array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed.\n\nThe globbing patterns follow the implementation of the `glob` package. (https://www.npmjs.com/package/glob)\n\nUse the `debug` option to print information about which files end up being deleted.",
103+
"A glob, an array of globs or a promise resolving a glob or array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed.\n\nThe globbing patterns follow the implementation of the `glob` package. (https://www.npmjs.com/package/glob)\n\nUse the `debug` option to print information about which files end up being deleted.",
104104
},
105105
{
106106
name: "disable",

0 commit comments

Comments
 (0)