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

Cannot run more than one script at a time #50

Open
doxxx opened this issue Nov 22, 2023 · 0 comments
Open

Cannot run more than one script at a time #50

doxxx opened this issue Nov 22, 2023 · 0 comments

Comments

@doxxx
Copy link

doxxx commented Nov 22, 2023

Expected Behavior

Run two or more Yarn scripts concurrently. e.g. in a repo containing both a node.js server and a web frontend, I want to run both a dev version of the node.js server and a dev version of the web frontend using scripts defined in their respective package.json files.

Actual Behavior

First script starts as expected. Second script just opens the tool window started by the first and does nothing.

Steps to Reproduce the Problem

  1. Package1 -> package.json -> Yarn -> Run script -> some script
  2. Package2 -> package.json -> Yarn -> Run script -> some other script

Specifications

  • Version: 2.1.0
  • Platform: Windows using an Ubuntu DevContainer
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

No branches or pull requests

1 participant