Skip to content

Commit

Permalink
refactor: update json-schema command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Sep 23, 2024
1 parent f38ea08 commit 4ca0f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
]
},
"test:json-schema": {
"command": "\"./bin/dev\" schema:compare",
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
"files": [
"src/**/*.ts",
"schemas"
Expand Down

0 comments on commit 4ca0f3d

Please sign in to comment.