File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 4545 " README.md"
4646 ],
4747 "main" : " schemas/v1.0.0/index.json" ,
48- "scripts" : {
49- "validate:schema" : " node scripts/ajv-run.mjs" ,
50- "validate:schemas" : " node scripts/validate-all.mjs" ,
51- "validate:examples" : " node scripts/validate-examples.mjs" ,
52- "validate:all" : " npm run validate:schemas && npm run validate:examples" ,
53- "validate" : " npm run validate:all"
54- },
48+ "scripts" : {
49+ "validate:schema" : " node scripts/ajv-run.mjs" ,
50+ "validate:schemas" : " node scripts/validate-all.mjs" ,
51+ "validate:examples" : " node scripts/validate-examples.mjs" ,
52+ "validate:all" : " npm run validate:schemas && npm run validate:examples" ,
53+ "validate" : " npm run validate:all" ,
54+ "generate:checksums" : " node scripts/generate-checksums.mjs schemas/v1.0.0 checksums.txt"
55+ }
56+
5557 "devDependencies" : {
5658 "ajv" : " ^8.17.1" ,
5759 "ajv-cli" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments