File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
turborepo-tests/integration/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Also with `affectedFiles` in `turbo query`
6464 " affectedFiles" : {
6565 " items" : [
6666 {
67- " path" : " apps/ my-app/ new.js" ,
67+ " path" : " apps(\/| \\\\ ) my-app(\/| \\\\ ) new.js" , ( re )
6868 " affectedPackages" : {
6969 " items" : [
7070 {
@@ -133,7 +133,7 @@ Also with `affectedFiles` in `turbo query`
133133 " affectedFiles" : {
134134 " items" : [
135135 {
136- " path" : " apps/ my-app/ package.json" ,
136+ " path" : " apps(\/| \\\\ ) my-app(\/| \\\\ ) package.json" , ( re )
137137 " affectedPackages" : {
138138 " items" : [
139139 {
@@ -332,7 +332,7 @@ Also with `affectedFiles` in `turbo query`
332332 " affectedFiles" : {
333333 " items" : [
334334 {
335- " path" : " apps/ my-app/ package.json" ,
335+ " path" : " apps(\/| \\\\ ) my-app(\/| \\\\ ) package.json" , ( re )
336336 " affectedPackages" : {
337337 " items" : [
338338 {
You can’t perform that action at this time.
0 commit comments