Skip to content
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

chore: upgrade SvelteKit and add preprepare script to generate tsconfig for local installs #409

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benmccann
Copy link
Member

@benmccann benmccann commented Jan 17, 2025

closes #388

I went with preprepare as I believe it runs on solely on local installs (not installs from registry. though perhaps installs using git). Had previously been thinking about prepare, but that also runs on publish and we don't need to do it then

see also sveltejs/kit#13304

marked as draft as this currently only works on npm: pnpm/pnpm#8987

Copy link

changeset-bot bot commented Jan 17, 2025

🦋 Changeset detected

Latest commit: 1b33491

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sv Patch

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

Copy link

pkg-pr-new bot commented Jan 17, 2025

Open in Stackblitz

npm i https://pkg.pr.new/sveltejs/cli/sv@409
npm i https://pkg.pr.new/sveltejs/cli/svelte-migrate@409

commit: 1b33491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run install scripts in pnpm@10
1 participant