Skip to content

Commit

Permalink
Merge pull request #25 from lens-protocol/fix/json-schema-file-path
Browse files Browse the repository at this point in the history
Fixes json schema file path
  • Loading branch information
cesarenaldi authored Sep 18, 2023
2 parents fd8daff + a2f9880 commit 084a168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ await fs.ensureDir(outputDir);

// Publication schemas
const schemas = new Map<string, z.ZodSchema<unknown>>([
['publications/3D/3.0.0.json', ThreeDSchema],
['publications/3d/3.0.0.json', ThreeDSchema],
['publications/article/3.0.0.json', ArticleSchema],
['publications/audio/3.0.0.json', AudioSchema],
['publications/checking-in/3.0.0.json', CheckingInSchema],
Expand Down

0 comments on commit 084a168

Please sign in to comment.