issues
search
folke
/
ultra-runner
🏃⛰ Ultra fast monorepo script runner and build tool
https://www.npmjs.com/package/ultra-runner
Apache License 2.0
1.2k
stars
32
forks
source link
[Feature Request] Support filtering by file changes in git history.
#252
Open
TenviLi
opened
1 year ago
TenviLi
commented
1 year ago
TurboRepo
https://turbo.build/repo/docs/core-concepts/monorepos/filtering#filter-by-changed-workspaces
PNPM
https://pnpm.io/filtering#--filter-since
https://pnpm.io/filtering#--changed-files-ignore-pattern-glob
https://github.com/pnpm/pnpm/discussions/4327
Lerna
https://github.com/lerna-lite/lerna-lite/tree/main/packages/diff#readme
https://github.com/mzuccaroli/lerna-deploy-packages
(
https://itnext.io/how-to-deploy-only-changed-packages-in-a-lerna-monorepo-7e5fb234b32a
)
https://lerna.js.org/docs/features/run-tasks#run-tasks-affected-by-a-pr
(
https://github.com/lerna/lerna/issues/2211#issuecomment-592703853
)
https://github.com/lerna/lerna/tree/main/libs/commands/changed#readme
TurboRepo
PNPM
Lerna