Skip to content

TypeScript build #1

@kaylendog

Description

@kaylendog

We're currently using ts-node to run the bot in production, but this has the downside of requiring the default yarn install, rather than using yarn --prod. This is bundling some extra dependencies we don't need:

  • eslint
  • prettier
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser

This should be fixable by compiling the TypeScript code during the Docker build process - probably a quick fix.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions