microsoft/rushstack

[rush] rush init without `common/scripts` folder.

leohxj opened this issue · 2 comments

I run rush init in a new project, learning from Setting up a new repo | Rush

Summary

The generate Rush's config files does not include common/scripts, but in the section Enabling CI builds | Rush, it say " All Rush repos come with a script common/scripts/install-run-rush.js".

Repro steps

Expected result:

Details

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
@microsoft/rush globally installed version? Y
rushVersion from rush.json? 5.112.2
useWorkspaces from rush.json? N
Operating system? Mac
Would you consider contributing a PR? No
Node.js version (node -v)? v18.19.0

got it, need run rush install or rush update.

Yeah, that folder gets updated when you run rush update.