DRAFT: feat: add pnpm support#660
Conversation
|
| "test": "jest -c jest.config.js", | ||
| "test:watch": "npm run test -- --watch" | ||
| "test:watch": "pnpm run test --watch", | ||
| "prepare": "pnpm run build" |
There was a problem hiding this comment.
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.
No description provided.