Files
mostlymatter/webapp/platform/client
Pablo Andrés Vélez Vidal 525c21a9d3 MM52237 - prevent fetching fileCount from unnecessary places (#23981)
* MM52237 - prevent call file count from unnecesary places

* rename the variable to make more clear function signature
2023-07-27 11:48:36 +02:00
..
2023-03-22 17:22:27 -04:00
2023-06-15 09:45:54 +02:00

Mattermost Client

This package contains the JavaScript/TypeScript client for Mattermost. It's used by the Mattermost web app and related projects.

Compilation and Packaging

As a member of Mattermost with write access to our NPM organization, you can build and publish this package by running the following commands:

npm run build --workspace=platform/client
npm publish --workspace=platform/client

Make sure to increment the version number in package.json first! You can add -0, -1, etc for pre-release versions.