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.
config
install
1 parent 3d0378c commit 37ec9c3Copy full SHA for 37ec9c3
package.json
@@ -60,6 +60,8 @@
60
"scripts": {
61
"build": "yarn build:packages",
62
"test": "yarn test:packages",
63
+ "install": "yarn build-configs",
64
+ "build-configs": "yarn workspaces foreach -Atip --include '@reduxjs/*config' run build",
65
"build:examples": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build",
66
"build:docs": "yarn workspace website run build",
67
"build:packages": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build",
0 commit comments