Description
the single quotes used to combine the watch expressions in npm start doesn't work on Windows.
change the single quotest to \\" and then the first watched command hangs.
remove the --watch and then it gets through all the steps and then fails to run because of failing to import css.
Expected Behavior
some engineers will want to develop on windows and so why should we stop them.
Reproduction
A minimal example that exhibits the behavior.
Environment
windows, main branch
Description
the single quotes used to combine the watch expressions in
npm startdoesn't work on Windows.change the single quotest to
\\"and then the first watched command hangs.remove the --watch and then it gets through all the steps and then fails to run because of failing to import css.
Expected Behavior
some engineers will want to develop on windows and so why should we stop them.
Reproduction
A minimal example that exhibits the behavior.
Environment
windows, main branch