Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: reference
dist/
folder in team-generation-benchmark script (c…
…loses smogon#10644) This PR addresses [smogon#10644](smogon#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``.
- Loading branch information