Toafu / zombbblob

The successor of PotatoBot
3 stars 7 forks source link

Move TypeScript stuff to dev environment #29

Closed hardy-ethan closed 2 months ago

hardy-ethan commented 2 months ago

All typescript stuff should be dev dependencies, with the Dockerfile doing the following:

  1. installing regular dependencies
  2. installing dev dependencies
  3. building
  4. removing dev dependencies

This is not blocked by any issue or PR opened <= Aug 22 2024

hardy-ethan commented 2 months ago

Will do in #23