Add missing dependencies for release tooling#134
Conversation
d9e0b9f to
ce0d6d8
Compare
|
The issue with the PWT command tests turned out to be that the node setup action would attempt to cache the pnpm-store. But since the Since there was also no difference in behavior based on the "packages" and "tests" filters I decided to move these conditions to the workflow level, simplifying the script. Armed with the knowledge that with pnpm there really is no point in caching the node_modules directory and that the I have also applied these lessons to the unit test workflow. |
A few dependencies slipped through the cracks when migrating to pnpm: #132