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 7171 "scripts" : {
7272 "build" : " yarn build:packages" ,
7373 "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" ,
7575 "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" ,
7878 "dev:docs" : " yarn workspace website run start"
7979 },
8080 "packageManager" : " yarn@4.1.0"
You can’t perform that action at this time.
0 commit comments