fix: migrate from npm to pnpm

This commit is contained in:
Ahmed Bouhuolia
2023-09-29 15:54:47 +02:00
parent e5ffb5661a
commit 4e9b0ae24f
5 changed files with 5133 additions and 4262 deletions

View File

@@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.9.6",
"npmClient": "npm"
"npmClient": "pnpm"
}