From aed58711e3035dfd1800737583c33bceba94aa8d Mon Sep 17 00:00:00 2001 From: twinh Date: Sun, 18 Apr 2021 23:19:47 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=BF=E6=8D=A2=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffe3a19..cb538a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,6 +111,9 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- + - name: Replace package dependencies + run: npx replace-pkg-dep package.json + - name: Install run: yarn install diff --git a/package.json b/package.json index 0176836..7e00c07 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,8 @@ "react-router": "^5.2.0", "regenerator-runtime": "^0.13.5", "typescript": "^3.8.3" + }, + "ciDependencies": { + "@mxjs/box": "miaoxing/mxjs-box" } }