Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: add check-types to root package.json if available #9954

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

Asupkay
Copy link
Contributor

@Asupkay Asupkay commented Feb 13, 2025

Description

There were a couple examples (basic, with-svelte) that have turbo tasks for type checking, but do not have them in the root package.json. There are other examples like (with-kitchen-sink, with-tailwind) that do include the type checking in the root package.json so this PR standardizes it across the board by adding it to the examples that are missing it. This change would be especially good for the basic package.json so beginners can easily run/find the task.

Testing Instructions

Open up examples and run pnpm type-check

@Asupkay Asupkay requested a review from a team as a code owner February 13, 2025 07:04
@turbo-orchestrator turbo-orchestrator bot added area: examples Improvements or additions to examples needs: triage New issues get this label. Remove it after triage labels Feb 13, 2025
Copy link

vercel bot commented Feb 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 3:23am

Copy link

vercel bot commented Feb 13, 2025

@Asupkay is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@anthonyshew anthonyshew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find! Thank you!

@anthonyshew anthonyshew enabled auto-merge (squash) February 14, 2025 03:22
@anthonyshew anthonyshew merged commit 27f8a84 into vercel:main Feb 14, 2025
31 of 32 checks passed
joshnuss pushed a commit to joshnuss/turborepo that referenced this pull request Feb 15, 2025
### Description

There were a couple examples (basic, with-svelte) that have turbo tasks
for type checking, but do not have them in the root package.json. There
are other examples like (with-kitchen-sink, with-tailwind) that do
include the type checking in the root package.json so this PR
standardizes it across the board by adding it to the examples that are
missing it. This change would be especially good for the basic
package.json so beginners can easily run/find the task.

### Testing Instructions

Open up examples and run `pnpm type-check`
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area: examples Improvements or additions to examples needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants