Chore: Delete unused lerna.json file (#1506)

* Chore: Delete unused lerna.json file

* Chore: Remove lerna.json from turbo config

* Create nasty-scissors-reply.md
This commit is contained in:
Justin Halsall
2024-06-12 08:57:32 +02:00
committed by GitHub
parent 88e23d8da1
commit 3d951919cb
3 changed files with 2 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -1,10 +0,0 @@
{
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"message": "chore(release): publish new version"
}
}
}

View File

@@ -4,7 +4,6 @@
"globalDependencies": [
".eslintrc.js",
".prettierrc",
"lerna.json",
"vite.config.defaults.ts",
"tsconfig.json"
],