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

Properly configure typescript dependencies #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

koenpunt
Copy link

@koenpunt koenpunt commented Nov 14, 2021

I don't know if the project somehow is still active (we recently had to switch from the hosted version to a self-hosted one, because https://app.deliverybot.dev stopped working), but in the process of deploying Deliverybot to our own environment I did some optimizations in the project setup.


A yarn build command from any of the packages will now correctly build the referenced packages.

Also executing the build scripts in each of the packages in now handled by the yarn workspaces run command, instead of the custom command runner in scripts/build.js.

@koenpunt koenpunt force-pushed the typescript-config branch 6 times, most recently from 0191d4b to 5531809 Compare November 14, 2021 21:58
A `yarn build` command from any of the packages will now correctly build the referenced packages.

Also executing the build scripts in each of the packages in now handled by the `yarn workspaces run` command, instead of the custom command runner in `scripts/build.js`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant