We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37cc04 commit d99e930Copy full SHA for d99e930
turborepo-tests/integration/tests/run-logging/log-order-stream.t
@@ -44,7 +44,7 @@ it just guarantees setting this env var won't crash.
44
.* (re)
45
46
47
- my-app:build: building
+ (my-app|util):build: building (re)
48
util:build: building
49
my-app:build: done
50
util:build: completed
@@ -70,8 +70,8 @@ The flag wins over the env var
70
71
72
73
- (my-app|util):build: (re)
74
- (my-app:build): building (re)
+ (my-app|util):build:.* (re)
75
76
77
0 commit comments