Skip to content

Commit e1e4302

Browse files
authored
JSON schema tests (#70)
1 parent d146572 commit e1e4302

21 files changed

+1917
-77
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ repos:
3939
entry: npm run typecheck
4040
language: system
4141
pass_filenames: false
42+
- id: js-json-schema
43+
name: js-json-schema
44+
types_or: [ts, tsx]
45+
entry: npm run generate-json-schema
46+
language: system
47+
pass_filenames: false

0 commit comments

Comments
 (0)