Skip to content

Commit

Permalink
fix(items): new items
Browse files Browse the repository at this point in the history
  • Loading branch information
wfcd-bot-boi committed Mar 24, 2024
1 parent b869606 commit 0520c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"regression": "mocha --include test/index.regression.spec.mjs --exclude test/index.spec.mjs",
"test": "nyc mocha --exclude test/*.regression.spec.mjs",
"pretypings": "typescript-json-schema ./index.d.ts Items --out items.schema.json --noExtraProps --required --strictNullChecks",
"typings": "ajv validate -s ./items.schema.json -d ./data/json/All.json --allowUnionTypes --verbose"
"typings": "ajv validate -s ./items.schema.json -d ./data/json/All.json --allowUnionTypes --verbose",
"validate": "npm ls"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit 0520c9e

Please sign in to comment.