mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-20 08:04:34 -05:00
Some checks are pending
Node.js CI / build (16.x) (push) Waiting to run
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``.