Skip to content

fix: add scripts to each package.json #203

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

Merged
merged 2 commits into from
Feb 3, 2023
Merged

Conversation

tomoam
Copy link
Contributor

@tomoam tomoam commented Feb 2, 2023

fix #178

This is because the dev script is not present in each package.json when running turbo run dev in the background.

{ command: 'turbo', args: ['run', 'dev'] },

The same issue also occurs at https://learn.svelte.dev/tutorial/textarea-inputs, but there is another issue here.

image

This PR fixes both issues.

@vercel
Copy link

vercel bot commented Feb 2, 2023

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

A member of the Team first needs to authorize it.

Copy link
Member

@dummdidumm dummdidumm left a comment

Choose a reason for hiding this comment

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

Thank you for fixing all these annoying bugs - really appreciated!

@vercel
Copy link

vercel bot commented Feb 3, 2023

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

Name Status Preview Comments Updated
learn-svelte-dev ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 3, 2023 at 11:19AM (UTC)

@dummdidumm dummdidumm merged commit 1c3bebf into sveltejs:main Feb 3, 2023
@tomoam tomoam deleted the fix-178 branch February 21, 2023 06:21
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.

Part 1 / Lifecycle / beforeUpdate and afterUpdate: "runScript Failed to run dev. Script is missing."
2 participants