Skip to content

Commit

Permalink
rename schema2markdown in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 committed Feb 13, 2024
1 parent c9c2b1d commit 6dc4331
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 @@ -27,7 +27,7 @@
"prepare": "tsdx build",
"typegen": "node s2tQuicktypeUtil.js schemas/context src/context/ContextTypes.ts && tsdx lint src/context/ --fix",
"typegen-bridging": "node s2tQuicktypeUtil.js schemas/api schemas/bridging schemas/context/context.schema.json src/bridging/BridgingTypes.ts && tsdx lint src/bridging/ --fix",
"schema-2-markdown": "node schema2Markdown.js"
"schema2markdown": "node schema2Markdown.js"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit 6dc4331

Please sign in to comment.