You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Package1 -> package.json -> Yarn -> Run script -> some script
Package2 -> package.json -> Yarn -> Run script -> some other script
Specifications
Version: 2.1.0
Platform: Windows using an Ubuntu DevContainer
The text was updated successfully, but these errors were encountered:
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
Specifications
The text was updated successfully, but these errors were encountered: