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

refactor: move common util functions to a package (@miodec) #5894

Merged
merged 17 commits into from
Sep 20, 2024
Merged

Conversation

Miodec
Copy link
Member

@Miodec Miodec commented Sep 17, 2024

Also moves esbuild to a package.

@Miodec Miodec added the force-ci Force CI to run on draft PRs label Sep 17, 2024
@Miodec Miodec marked this pull request as draft September 17, 2024 08:02
@monkeytypegeorge monkeytypegeorge added backend Server stuff frontend User interface or web stuff packages Changes in local packages labels Sep 17, 2024
@Miodec Miodec changed the title reafactor: move common util functions to a package (@miodec) refactory: move common util functions to a package (@miodec) Sep 17, 2024
@Miodec Miodec changed the title refactory: move common util functions to a package (@miodec) refactor: move common util functions to a package (@miodec) Sep 17, 2024
Copy link
Contributor

Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes.

Copy link
Contributor

Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes.

@@ -11,8 +11,7 @@
"ts-node": {
"files": true
},
"files": ["./src/types/types.d.ts"],
"include": ["./src/**/*"],
"include": ["src", "scripts"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this makes a difference or not.

scripts is not part of the deployed application. Should it be part of the typescript config? We have a tsconfig in https://github.com/monkeytypegame/monkeytype/blob/master/backend/scripts/tsconfig.json same as we handle it for __tests__.

fehmer
fehmer previously approved these changes Sep 20, 2024
Copy link
Contributor

Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes.

@Miodec Miodec marked this pull request as ready for review September 20, 2024 09:47
@github-actions github-actions bot added the waiting for review Pull requests that require a review before continuing label Sep 20, 2024
@Miodec Miodec merged commit 1509a67 into master Sep 20, 2024
23 checks passed
@Miodec Miodec deleted the util-package branch September 20, 2024 09:54
@github-actions github-actions bot removed the waiting for review Pull requests that require a review before continuing label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Server stuff force-ci Force CI to run on draft PRs frontend User interface or web stuff packages Changes in local packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants