-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(create-astro): @astrojs/check and typescript addition #9813
fix(create-astro): @astrojs/check and typescript addition #9813
Conversation
🦋 Changeset detectedLatest commit: c68a425 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Looks good, just a few suggestions.
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great updates, thank you for the PR!
@natemoo-re does this pr solve solve my comment? If not I will open a new issue. |
@jacobdalamb thanks for double checking! Yes, this PR does also fix the behavior with the |
Changes
create astro
does not add additional dependencies in certain cases #9791@astrojs/check
andtypescript
addition topackage.json
dependencies when the user has decided not to auto-install dependenciesNot sure if it solves #9791 (comment) though
Testing
Not tested
Docs
N/A