Skip to content

Commit

Permalink
Fixed schema generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0liQ committed Mar 28, 2021
1 parent b959068 commit 2205410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Bump dependencies
- Dependency resolution performance improvement (copied from https://github.com/atlassian-labs/webpack-deduplication-plugin)
- Fixed schema generation to avoid typeof

## 0.4.5 - Think about testing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"stricter": "stricter",
"typecheck": "tsc --noEmit",
"build:types": "tsc --emitDeclarationOnly --declarationDir lib --declaration",
"generate:schema": "typescript-json-schema tsconfig.json Config --include src/types/* --out src/config/config-schema.json --noExtraProps --required --useTypeOfKeyword",
"generate:schema": "typescript-json-schema tsconfig.json Config --include src/types/* --out src/config/config-schema.json --noExtraProps --required",
"all": "yarn generate:schema && concurrently npm:build:main npm:build:types npm:lint npm:typecheck npm:stricter -c green,yellow,blue,magenta,cyan",
"test": "jest",
"report-coverage": "coveralls < coverage/lcov.info"
Expand Down

0 comments on commit 2205410

Please sign in to comment.