Skip to content

Commit

Permalink
fix typecheck commands
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Nov 7, 2024
1 parent 8a1a0fd commit f3c6a02
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 63 deletions.
94 changes: 34 additions & 60 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ catalog:
"@radix-ui/react-visually-hidden": ^1.1.0
"@rollup/rollup-linux-x64-gnu": ^4.24.0
"@sentry/node": ^8.37.1
"@sinclair/typebox": ^0.33.19
"@sinclair/typebox": ^0.33.21
"@storybook/addon-essentials": ^8.4.2
"@storybook/react": ^8.4.2
"@storybook/react-vite": ^8.4.2
Expand Down Expand Up @@ -57,7 +57,7 @@ catalog:
knip: ^5.36.3
lint-staged: ^15.2.10
pino: ^9.5.0
pino-pretty: ^11.3.0
pino-pretty: ^12.0.0
postcss: ^8.4.47
prisma: ^5.22.0
react: ^18.2.0
Expand All @@ -73,6 +73,6 @@ catalog:
turbo: ^2.2.3
typescript: ^5.6.3
uuid: ^11.0.2
viem: 2.21.35 # matches Thirdweb version to satisfy getAwsKmsAccount types
viem: 2.21.40 # matches Thirdweb version to satisfy getAwsKmsAccount types
vite: ^5.4.10
vitest: ^2.1.4
9 changes: 9 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"typecheck": {
"dependsOn": ["generate", "^typecheck"]
},
"@treasure-dev/tdk-api#typecheck": {
"dependsOn": ["@treasure-dev/auth#build", "@treasure-dev/tdk-core#build"]
},
"@treasure-dev/tdk-react#typecheck": {
"dependsOn": [
"@treasure-dev/launcher#build",
"@treasure-dev/tdk-core#build"
]
},
"@treasure-dev/tdk-examples-connect-core#typecheck": {
"dependsOn": ["@treasure-dev/tdk-core#build"]
},
Expand Down

0 comments on commit f3c6a02

Please sign in to comment.