chore: remove lerna-lite due to no patch: support

This commit is contained in:
Mo
2022-06-12 22:27:28 -05:00
parent 651fa691da
commit 88534e802d
3 changed files with 5 additions and 40 deletions

View File

@@ -22,7 +22,7 @@
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
"prepare": "husky install",
"version-bump": "lerna version --loglevel=silly --conventional-commits --yes -m \"chore(release): publish\"",
"version-bump": "lerna version --no-push --loglevel=silly --conventional-commits --yes -m \"chore(release): publish\"",
"publish-packages": "lerna publish from-git --yes",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
"version": "yarn install --no-immutable && git add yarn.lock"
@@ -35,7 +35,6 @@
"@types/hoist-non-react-statics/@types/react": "17.0.2"
},
"devDependencies": {
"@lerna-lite/cli": "^1.5.1",
"@standardnotes/config": "^2.4.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",