Skip to content

Commit

Permalink
fix: invalid json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Aug 29, 2023
1 parent 6a0a895 commit 9e37c2c
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"markdownlint:fix": "markdownlint-cli2-fix '**/*.md' '#node_modules' '#CHANGELOG.md'",
"prerelease": "npm run build",
"release": "changelogen --release",
"schema": "ts-json-schema-generator --path './src/type-definitions/config.d.ts' --type ConfigWithSchema --tsconfig ./tsconfig.production.json --out schemas/renderer/config.json",
"schema": "ts-json-schema-generator --path './src/type-definitions/config.d.ts' --type ConfigForSchema --tsconfig ./tsconfig.production.json --out schemas/renderer/config.json",
"spellcheck": "cspell lint",
"spellcheck:ci": "npm run spellcheck -- --no-progress",
"test": "vitest -c ./vite.config.ts",
Expand Down
Loading

0 comments on commit 9e37c2c

Please sign in to comment.