Skip to content

Conversation

@Filipoliko
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jan 15, 2026

⚠️ No Changeset found

Latest commit: 610fb7c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Filipoliko Filipoliko changed the title Draft: feat: add pnpm support DRAFT: feat: add pnpm support Jan 15, 2026
"test": "jest -c jest.config.js",
"test:watch": "npm run test -- --watch"
"test:watch": "pnpm run test --watch",
"prepare": "pnpm run build"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not sure anymroe if adding prepare scripts is really needed, but when I was trying to make things work, this helped me fix pnpm install and how the packages were build in correct order. We can try to remove it and see if pnpm run build (from root) will work correctly.. according to documentation I believe it should.

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