I have two yarn workspaces A and B.
Within each workspace, I can run yarn start
to run webpack dev server on different ports.
Therefore, I am trying to use the command yarn workspaces run start
to start dev servers in both workspace A and B.
However, it only runs yarn start
in workspace A and leaves the session open. My guess is it can't run yarn start
for workspace B until the previous command ends.
Is there another simple way I can go about achieving this? I haven't been able to find any examples of this.
question from:
https://stackoverflow.com/questions/65863333/how-can-i-run-two-dev-servers-with-yarn-workspaces 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…