We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c04b8b2 + a3c44dd commit 0197f7aCopy full SHA for 0197f7a
packages/schemas/src/setup/setup.ts
@@ -8,7 +8,7 @@ export type DevelopmentReleaseInfo = z.infer<typeof $DevelopmentReleaseInfo>;
8
export const $DevelopmentReleaseInfo = z.object({
9
branch: z.string().min(1),
10
buildTime: z.number(),
11
- commit: z.string().length(8),
+ commit: z.string().min(1),
12
type: z.enum(['development', 'test']),
13
version: $ReleaseVersion
14
});
0 commit comments