From e3a3cf5ff6fed833f6ca3b6f7b13b240ebdbb997 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 25 Aug 2023 11:51:58 +0800 Subject: [PATCH] chore: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e0918b..6672603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: node-version: 18 - run: npm install - # - run: npm run hoist + - run: npm run hoist - run: npm run build - uses: actions/download-artifact@v3 @@ -196,7 +196,7 @@ jobs: with: node-version: 18 - run: npm install - # - run: npm run hoist + - run: npm run hoist - run: npm run build # - run: npm run electron diff --git a/package.json b/package.json index a189b71..4218e13 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "license": "MIT", "devDependencies": { + "@lerna/legacy-package-management": "^7.1.5", "cross-env": "^7.0.3", "husky": "^8.0.1", "lerna": "^7.1.5",