File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
"scripts" : {
72
72
"build" : " yarn build:packages" ,
73
73
"test" : " yarn test:packages" ,
74
- "build:examples" : " yarn workspaces foreach --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build" ,
74
+ "build:examples" : " yarn workspaces foreach -A - -include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build" ,
75
75
"build:docs" : " yarn workspace website run build" ,
76
- "build:packages" : " yarn workspaces foreach --include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build" ,
77
- "test:packages" : " yarn workspaces foreach --include '@reduxjs/*' --include '@rtk-query/*' --include '@rtk-incubator/*' run test" ,
76
+ "build:packages" : " yarn workspaces foreach -A - -include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build" ,
77
+ "test:packages" : " yarn workspaces foreach -A - -include '@reduxjs/*' --include '@rtk-query/*' --include '@rtk-incubator/*' run test" ,
78
78
"dev:docs" : " yarn workspace website run start"
79
79
},
80
80
"packageManager" : " yarn@4.1.0"
You can’t perform that action at this time.
0 commit comments