It can be useful to run rushx start something in a CI environment.
There already is common/scripts/install-run-rush.js, but there's e.g. no rush run as an alias for rushx that would allow using rush to e.g. prepare bin paths.
Suggestion from @octogonz was to create common/scripts/install-run-rushx.js.
It can be useful to run
rushx start somethingin a CI environment.There already is
common/scripts/install-run-rush.js, but there's e.g. norush runas an alias forrushxthat would allow using rush to e.g. prepare bin paths.Suggestion from @octogonz was to create
common/scripts/install-run-rushx.js.