Skip to content

Commit 92ff492

Browse files
committed
Build config packages on install
1 parent ef2fc28 commit 92ff492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"scripts": {
6161
"build": "yarn build:packages",
6262
"test": "yarn test:packages",
63+
"install": "yarn build-configs",
64+
"build-configs": "yarn workspaces foreach -Atip --include '@reduxjs/*config' run build",
6365
"build:examples": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build",
6466
"build:docs": "yarn workspace website run build",
6567
"build:packages": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build",

0 commit comments

Comments
 (0)