MM-66286 Copy Redux type extensions to mattermost-redux (#34348)

This commit is contained in:
Harrison Healey
2025-10-31 14:26:21 -04:00
committed by GitHub
parent 5f700e631f
commit e9c610d8f5
2 changed files with 4 additions and 1 deletions
@@ -61,7 +61,7 @@
},
"scripts": {
"build": "tsc --build --verbose",
"postbuild": "cp ../../channels/src/packages/mattermost-redux/src/selectors/create_selector/index.d.ts lib/selectors/create_selector/index.d.ts",
"postbuild": "sh postbuild.sh",
"clean": "rm -rf lib node_modules *.tsbuildinfo"
}
}
@@ -0,0 +1,3 @@
cp ../../channels/src/packages/mattermost-redux/src/selectors/create_selector/index.d.ts lib/selectors/create_selector/index.d.ts
cp ../../channels/src/packages/mattermost-redux/src/types/extend_redux.d.ts lib/types/extend_redux.d.ts
cp ../../channels/src/packages/mattermost-redux/src/types/extend_react_redux.d.ts lib/types/extend_react_redux.d.ts