add build steps

This commit is contained in:
Jacob Nguyen
2023-12-13 14:51:40 -06:00
parent 49b650a5c7
commit 72ac77e7c9

View File

@@ -50,4 +50,12 @@ For fully typed responses (which i do not recommend), cast your response.
An example exists [here] (../poster/test/spec.ts). Also I don't know if they work for every single type, if they dont, I will fix it if it is a serious issue.
## Developing
```sh
git clone https://github.com/sern-handler/tools.git
cd tools
yarn
cd packages/poster
yarn run gen-discord-types
yarn build:debug
```