diff --git a/ts/util/helpers.ts b/ts/util/helpers.ts index d20b3a701e..2ec5a10b95 100644 --- a/ts/util/helpers.ts +++ b/ts/util/helpers.ts @@ -18,6 +18,7 @@ export async function readSchemas( glob: string | string[] = path.join( __dirname, '..', + '..', 'public', '*.schema.json' )