refactor(global): remove yarn in favor for npm

re #2087
This commit is contained in:
Dominik Biedebach
2022-05-10 15:30:14 +02:00
committed by Dominik
parent 5bc77081b7
commit 80de6cdf18
9 changed files with 73 additions and 7856 deletions

View File

@@ -2,12 +2,11 @@
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": false,
"command": {
"publish": {
"conventionalCommits": true
"conventionalCommits": true
}
}
}