Script fix

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-02-19 06:10:13 -06:00
parent eebe94421a
commit 7c2d5021df
+2 -1
View File
@@ -31,7 +31,7 @@ const configSchema = z.object({
npmPackageName: z.string(),
addedDate: z.coerce.date(),
order: z.number().optional(),
state: z.enum(['active', 'inactive', 'archived']),
status: z.enum(['active', 'inactive', 'archived']),
staleSince: z.coerce.date().optional(),
});
@@ -73,6 +73,7 @@ async function main() {
error,
);
}
hasErrors = true;
}
}
if (hasErrors) {