chore: Remove lerna (#2116)
**What** - Removes `lerna` as we are now using `changesets` + Turborepo to handle builds and releases
This commit is contained in:
committed by
GitHub
parent
3a44dd5726
commit
6a62a8f1ed
@@ -34,7 +34,6 @@
|
||||
"husky": "^7.0.2",
|
||||
"import-from": "^3.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"lerna": "^3.22.1",
|
||||
"lint-staged": "^11.2.3",
|
||||
"microbundle": "^0.13.3",
|
||||
"pg-god": "^1.0.11",
|
||||
@@ -57,8 +56,6 @@
|
||||
"scripts": {
|
||||
"hooks:install": "husky install",
|
||||
"hooks:uninstall": "husky uninstall",
|
||||
"publish:next": "lerna publish --canary --preid next --dist-tag next",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"build": "turbo run build",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
|
||||
"jest": "jest",
|
||||
|
||||
Reference in New Issue
Block a user