From 9b2d9d980d5727051dbb1fc79022c268b4b6201c Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Tue, 27 Aug 2024 15:39:12 -0500 Subject: [PATCH] Build `config` packages on `install` --- package.json | 2 ++ 1 file changed, 2 insertions(+) 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",