From 9ac7a287fbdb228a0250c751286642f0baddc636 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Sun, 20 Aug 2023 18:08:48 +0300 Subject: [PATCH] chore: remove lerna file --- lerna.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lerna.json diff --git a/lerna.json b/lerna.json deleted file mode 100644 index ce8cb1c..0000000 --- a/lerna.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "packages": ["packages/*"], - "version": "3.1.0", - "npmClient": "pnpm", - "useWorkspaces": true, - "command": { - "version": { - "conventionalCommits": true, - "message": "chore(release): publish" - } - } -}