rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
Sometimes, running an arbitrary shell script is all you need for success. `runScript` is complicated, not documented and hella strict. I just want to run an arbitrary script like a...
## Summary I am trying to generate a doc model for a TypeScript library. I found that some names in the resulting documentation has `_2` added to it. ```ts /**...
## Summary This is a proposal for two Rush changes to improve the developer experience in a large monorepo where postinstall scripts often fail: 1. **Faster retries** by separating the...
## Summary [See this [Zulip chat thread](https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/watch.20mode.20and.20--changed-projects-only/near/285184437)] The `rush build --changed-projects-only` command is supposed to build only projects whose folders contain a source file that was changed ***since the last...
## Summary I have a create-react-app project with an environment file (`.env`) that contains the following line: ``` REACT_APP_VERSION=$npm_package_version ``` When running `npm run start` or `pnpm run start`, the...
## Summary I didn't find any recommended approach to manage autogenerated code. Rush is focused on fast incremental builds and it plans/orchestrates them based on project dependencies spec. If all...
This field is more intuitive than the `.npmignore` file. `pnpm pack` doesn't support the negative patterns yet, so we can't merge this in until that's fixed.
## Summary This PR might be a solution to https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/how.20to.20accelerate.20rush.20update And Fixes https://github.com/microsoft/rushstack/issues/2930 ## Details Add `--lockfile-only` to `rush update` ## How it was tested Local
[api-extractor] Partial package.json files (used by bundlers for tree shaking) prevent .d.ts rollup
## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please...
EDIT, this bug converted into a feature request. **Is this a feature or a bug?** - [x] Feature - [ ] Bug **Please describe the actual behavior.** When I start...