Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 29, 2024
1 parent 67cbc6f commit a4de4a9
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ The script version generates 3 files, with different details:
* `avram-schemas/marc-schema-with-solr.json`
* `avram-schemas/marc-schema-with-solr-and-extensions.json`

To validate these files install the Avram reference implementation in Node with `npm install` and run:
To validate these files install the Avram reference implementation in Node with `npm ci` and run:

./avram-schemas/validate-schemas

Expand Down
90 changes: 90 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"scripts": {
"avram": "avram"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"avram": "^0.6.6"
}
}

0 comments on commit a4de4a9

Please sign in to comment.