We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e23337 commit 8a1109fCopy full SHA for 8a1109f
10 files changed
package.json
@@ -22,7 +22,7 @@
22
"type": "module",
23
"scripts": {
24
"generate:json-schema": "cd rust && cargo run --bin generate --features unstable",
25
- "generate": "npm run generate:json-schema && npm run generate:ts-schema && npm run format",
+ "generate": "npm run generate:json-schema && npm run format",
26
"format": "prettier --write . && cargo fmt",
27
"format:check": "prettier --check . && cargo fmt -- --check",
28
"spellcheck": "./scripts/spellcheck.sh",
0 commit comments