Skip to content

Commit

Permalink
feat: add schema extract cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sgulseth committed Feb 26, 2024
1 parent fd5bb2f commit 1f4a05f
Show file tree
Hide file tree
Showing 7 changed files with 765 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@sanity/schema/src/_exports/_internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export {
type SchemaValidationResult as ValidationResult,
} from '../sanity/typedefs'
export {validateSchema} from '../sanity/validateSchema'
export {extractSchema} from '../sanity/extractSchema'
Loading

0 comments on commit 1f4a05f

Please sign in to comment.