diff --git a/.changeset/nasty-scissors-reply.md b/.changeset/nasty-scissors-reply.md new file mode 100644 index 00000000..a845151c --- /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 cfec2876..00000000 --- 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 55987d16..a48aa0df 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,6 @@ "globalDependencies": [ ".eslintrc.js", ".prettierrc", - "lerna.json", "vite.config.defaults.ts", "tsconfig.json" ],