diff --git a/.changeset/nasty-scissors-reply.md b/.changeset/nasty-scissors-reply.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/nasty-scissors-reply.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/lerna.json b/lerna.json deleted file mode 100644 index cfec287607..0000000000 --- a/lerna.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": "independent", - "npmClient": "yarn", - "useWorkspaces": true, - "command": { - "publish": { - "message": "chore(release): publish new version" - } - } -} diff --git a/turbo.json b/turbo.json index 55987d162f..a48aa0dfc4 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,6 @@ "globalDependencies": [ ".eslintrc.js", ".prettierrc", - "lerna.json", "vite.config.defaults.ts", "tsconfig.json" ],