diff --git a/package.json b/package.json index 5783267f5a..35881545af 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,8 @@ "scripts": { "build": "yarn build:packages", "test": "yarn test:packages", + "install": "yarn build-configs", + "build-configs": "yarn workspaces foreach -Atip --include '@reduxjs/*config' run build", "build:examples": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build", "build:docs": "yarn workspace website run build", "build:packages": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build",