File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 45
45
"scripts" : {
46
46
"build" : " yarn build:packages" ,
47
47
"test" : " yarn test:packages" ,
48
- "build:examples" : " yarn workspaces foreach --include '@reduxjs/*' --include '@examples-query-react/*' -vtp run build" ,
48
+ "build:examples" : " yarn workspaces foreach --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' - vtp run build" ,
49
49
"build:docs" : " yarn workspace website run build" ,
50
50
"build:packages" : " yarn workspaces foreach --include '@reduxjs/*' --include '@rtk-query/*' --include '@rtk-incubator/*' --topological-dev run build" ,
51
51
"test:packages" : " yarn workspaces foreach --include '@reduxjs/*' --include '@rtk-query/*' --include '@rtk-incubator/*' run test" ,
You can’t perform that action at this time.
0 commit comments