Skip to content

Commit

Permalink
Merge pull request #1104 from finos/update-quicktype-and-reenable-typ…
Browse files Browse the repository at this point in the history
…egen

Updating quicktype and reenable automated-type generation
  • Loading branch information
kriswest authored Nov 15, 2023
2 parents 857c034 + 0c3b18f commit 1bd6e69
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "tsdx build",
"test": "tsdx test --verbose",
"lint": "tsdx lint src/api test",
"disabled-preprepare": "npm run typegen && npm run typegen-bridging",
"preprepare": "npm run typegen && npm run typegen-bridging",
"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"
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"husky": "^4.3.0",
"jest-mock-extended": "^1.0.13",
"quicktype": "23.0.75",
"quicktype": "23.0.78",
"tsdx": "^0.14.1",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
Expand Down

0 comments on commit 1bd6e69

Please sign in to comment.