Skip to content

Commit 57f947e

Browse files
committed
(maint) Fix publishing of metadata.json schema
Previously the metadata.json schema validation file was not being published. This was due to it being in the src directory which is for typescript only. This commit moves the file to a more appropriate schemas directory and updates the package.json appropriately.
1 parent 714743f commit 57f947e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"jsonValidation": [
7070
{
7171
"fileMatch": "metadata.json",
72-
"url": "./src/metadata-json-schema.json"
72+
"url": "./schemas/metadata-json-schema.json"
7373
}
7474
],
7575
"grammars": [
File renamed without changes.

0 commit comments

Comments
 (0)