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

move to npm packages again #130

Merged
merged 15 commits into from
Dec 13, 2024
Merged

move to npm packages again #130

merged 15 commits into from
Dec 13, 2024

Conversation

severo
Copy link
Contributor

@severo severo commented Dec 13, 2024

I think the current setup works well!

It uses npm workspaces and allows the development of several packages at the same time (eg. components and hyperparam). The only drawback is that we still have to build components (npm run build -w @hyparam/components) after a change. But no more need to publish to npm, or change the version (we can decorrelate version publishing from changes).

We can also merge components back to hyperparam (#119) if we want to (maybe let's try this way first), but the workspaces can still be useful for the two demo apps.

@severo severo requested a review from platypii December 13, 2024 10:20
@severo severo changed the title move to npm packages move to npm packages again Dec 13, 2024
Copy link
Contributor

@platypii platypii left a comment

Choose a reason for hiding this comment

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

Looks good, let's see if this gives a better developer experience

.github/workflows/ci_apps_hightable_demo.yml Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
test/package.test.js Show resolved Hide resolved
@severo
Copy link
Contributor Author

severo commented Dec 13, 2024

OK, all good now. Let's try.

@severo severo merged commit d5e48a2 into master Dec 13, 2024
21 checks passed
@severo severo deleted the npm-workspaces-again branch December 13, 2024 21:39
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.

2 participants