Skip to content

Commit ca69cc9

Browse files
authored
Update package.json
1 parent 9034f7c commit ca69cc9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@
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",

0 commit comments

Comments
 (0)