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

chore: use npm workspaces #45

Merged
merged 16 commits into from
Oct 13, 2023
Merged

chore: use npm workspaces #45

merged 16 commits into from
Oct 13, 2023

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Sep 16, 2023

All projects are now part of a npm workspace. This centralizes dependencies management and it will help sharing common code in the future.
All projects are now declare as type=module to enforce the usage of ESM features.

covers #9 and #27
closes #4

Tasks

@tbouffard tbouffard added the chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...) label Sep 16, 2023
@tbouffard tbouffard marked this pull request as ready for review October 13, 2023 12:27
@tbouffard tbouffard merged commit 95d86ba into main Oct 13, 2023
13 checks passed
@tbouffard tbouffard deleted the chore/npm_workspaces branch October 13, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify dependencies management: use packages/projects aware build settings
1 participant