diff --git a/schemaTypes/index.ts b/schemaTypes/index.ts index 6f43087..f6c233f 100644 --- a/schemaTypes/index.ts +++ b/schemaTypes/index.ts @@ -1,2 +1,2 @@ import { releaseType } from ".releaseType" -export const schemaTypes = [] +export const schemaTypes = [releaseType]