From 50c031e31041c72aa30de352ea1e47ed8edf2719 Mon Sep 17 00:00:00 2001 From: Terone Date: Thu, 28 Sep 2023 19:05:44 +0700 Subject: [PATCH] [#121] Remove deprecated lerna bootstrap command --- .github/workflows/test-cli-tool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cli-tool.yml b/.github/workflows/test-cli-tool.yml index c1ef134..78fe10a 100644 --- a/.github/workflows/test-cli-tool.yml +++ b/.github/workflows/test-cli-tool.yml @@ -25,7 +25,7 @@ jobs: cache: "npm" - name: NPM install - run: npm ci && lerna bootstrap --ci + run: npm ci - name: Run tests run: npm run test --workspace=packages/cli-tool