Skip to content

Commit

Permalink
Build config packages on install
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 21, 2024
1 parent a031c25 commit 43f0683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 43f0683

Please sign in to comment.