Files
pokemon-showdown/tools
Dieter Reinert 101e221dd5
Some checks are pending
Node.js CI / build (16.x) (push) Waiting to run
Tools: Reference dist/ folder in team-generation-benchmark script (closes #10644) (#10777)
This PR addresses [#10644](https://github.com/smogon/pokemon-showdown/issues/10644).

Developers just need to run `node build` to rebuild the `dist` folder whenever the `.ts` files in `sim/` change.

## Other Considerations
- Add a watch script to rebuild when ``.ts`` changes.
- Convert the script itself to TypeScript & compile it with ``tsc``.
- Convert the script itself to TypeScript & use ``ts-node``  + ``nodemon``.
2025-01-04 13:18:51 -07:00
..