Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Nov 1, 2023
1 parent c4846ef commit 4af09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/src/library/boilerplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export type PackageType = x.TypeOf<typeof PackageType>;

export const PackageOptions = x.object({
name: x.string,
type: PackageType.optional(),
type: PackageType,
dir: x.string
.nominal({
description:
Expand Down

0 comments on commit 4af09c9

Please sign in to comment.