cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
17 stars 37 forks source link

Migrate from `yarn` to `pnpm` #249

Closed guidanoli closed 3 months ago

guidanoli commented 3 months ago

📚 Context

We've been using yarn to manage JavaScript/TypeScript dependencies since the beginning. There are other Node package managers available. One of those is pnpm. There are many reasons to migrate from yarn to pnpm. See motivations.

✔️ Solution

Migrate to pnpm

📈 Subtasks