From 056b79251923c6f2fb47ac732b1b240ff294e9af Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 25 Aug 2023 11:14:20 +0800 Subject: [PATCH] chore: update .github/workflows/ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b975fd4..25bae08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: - name: Install run: npm install --build-from-source + - run: npm run hoist - run: npm run build # - run: npm run electron @@ -163,6 +164,7 @@ jobs: node-version: 16 - run: npm install + - run: npm run hoist - run: npm run build - uses: actions/download-artifact@v3 @@ -194,6 +196,7 @@ jobs: with: node-version: 16 - run: npm install + - run: npm run hoist - run: npm run build # - run: npm run electron