refactor: replace yarn with pnpm as package manager

This commit is contained in:
bcakmakoglu
2022-06-01 21:03:43 +02:00
committed by Braks
parent 710b22eb0e
commit c07069dcd0
22 changed files with 9887 additions and 22286 deletions

View File

@@ -9,8 +9,8 @@
"packages/**"
],
"scripts": {
"dev": "yarn --cwd examples dev",
"docs": "yarn --cwd docs dev",
"dev": "pnpm --dir examples dev",
"docs": "pnpm --dir docs dev",
"postrelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"release": "turbo run release",
"build": "turbo run build",