Skip to content

Commit 266a4a3

Browse files
committed
Build config packages on postinstall
1 parent 0c4661e commit 266a4a3

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+
"postinstall": "yarn build-configs",
61+
"build-configs": "yarn workspaces foreach -Atip --include='packages/configs/*' 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)