-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
What version of Turborepo are you using?
v1.2.0-canary.0
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Windows
Describe the Bug
Added support for the --filter option in PR #887, but it doesn't seem to work correctly. When I use the --filter=/apps/*
option to filter the specified directory, it executes the task in all modules
repo:https://github.com/rxliuli/liuli-tools/tree/feat_turbo
command
turbo run setup --filter=/apps/* --dry=json > log.json
output
log.zip
Expected Behavior
Can correctly filter the required modules according to the directory
To Reproduce
Metadata
Metadata
Assignees
Labels
No labels