Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build config packages on postinstall
  • Loading branch information
aryaemami59 committed Oct 22, 2025
commit b6e81dc46597347598e222bacc58ef982d3be95c
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"scripts": {
"build": "yarn build:packages",
"test": "yarn test:packages",
"postinstall": "yarn build-configs",
"build-configs": "yarn workspaces foreach -Atip --include='packages/configs/*' 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",
Expand Down