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

Split dev command so it doesn't leave background processes #181

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Conversation

stephanebisson
Copy link
Collaborator

The latest version of the npm run dev command from #177 launches 2 processes by sending the first command in the background with &. This leaves the first process running after the user has killed the whole thing with control^c. Running npm run dev repeatedly leaves a whole bunch of processes running. This is a recipe for trouble.

In this PR, the dev command is broken down into its 2 parts. The developer will have to run npm run build:watch and 'npm run dev' in separate command tabs.

@medied medied merged commit c54fab5 into main Dec 6, 2023
2 checks passed
@medied medied deleted the npm-dev branch December 6, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants