From 8be9c757345599f8205a1c0afce7d80c408ab6b7 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 1 May 2023 12:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/beta-pack.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index e58ace3b..88ed5f6e 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -124,7 +124,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -184,7 +184,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e347bf6a..34de789d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -81,7 +81,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -130,7 +130,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src