Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript build #1

Open
kaylendog opened this issue May 9, 2021 · 0 comments
Open

TypeScript build #1

kaylendog opened this issue May 9, 2021 · 0 comments
Assignees
Labels

Comments

@kaylendog
Copy link
Contributor

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.

@kaylendog kaylendog added feature New feature or request good first issue Good for newcomers non-breaking and removed feature New feature or request labels May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants