From 2424a18b829bc791f802959aaafa42c0cab991d2 Mon Sep 17 00:00:00 2001 From: Aleksei Potsetsuev Date: Mon, 23 Sep 2024 01:03:32 +0800 Subject: [PATCH] chore(git): add dev dependencies --- packages/git/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/git/package.json b/packages/git/package.json index 86e7b3b..b638dae 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -54,6 +54,7 @@ "@types/node": "^20", "@types/uuid": "^10", "@vitest/coverage-v8": "^2", + "@wroud/ci": "workspace:*", "@wroud/tests-runner": "workspace:*", "@wroud/tsconfig": "workspace:*", "concurrently": "^8", diff --git a/yarn.lock b/yarn.lock index 17c8db6..d441f3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3338,6 +3338,7 @@ __metadata: "@types/node": "npm:^20" "@types/uuid": "npm:^10" "@vitest/coverage-v8": "npm:^2" + "@wroud/ci": "workspace:*" "@wroud/tests-runner": "workspace:*" "@wroud/tsconfig": "workspace:*" concurrently: "npm:^8"