We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
postinstall
1 parent 50c37e9 commit b64e7c2Copy full SHA for b64e7c2
package.json
@@ -57,6 +57,8 @@
57
"scripts": {
58
"build": "yarn build:packages",
59
"test": "yarn test:packages",
60
+ "postinstall": "yarn build-configs",
61
+ "build-configs": "yarn workspaces foreach -Atip --include='packages/configs/*' run build",
62
"build:examples": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build",
63
"build:docs": "yarn workspace website run build",
64
"build:packages": "yarn workspaces foreach -A --include '@reduxjs/*' --include '@rtk-query/*' --topological-dev run build",
0 commit comments