Skip to content

Commit 08aae7c

Browse files
committed
Build config packages on install
1 parent dd34178 commit 08aae7c

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
@@ -57,6 +57,8 @@
5757
"scripts": {
5858
"build": "yarn build:packages",
5959
"test": "yarn test:packages",
60+
"install": "yarn build-configs",
61+
"build-configs": "yarn workspaces foreach -Atip --include '@reduxjs/*config' run build",
6062
"build:examples": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build",
6163
"build:docs": "yarn workspace website run build",
6264
"build:packages": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build",

0 commit comments

Comments
 (0)