From ec39f32cc4e9c31707314b127ba27b40d54e826a Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 25 Feb 2023 21:36:41 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E5=A4=9A=E8=A1=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 348d8d4..b22a692 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,9 +35,9 @@ jobs: cache: npm node-version: 16.x - run: | - cd ./taoyao-client-web - npm install - npm run build + cd ./taoyao-client-web + npm install + npm run build taoyao-client-media: name: Build taoyao client media strategy: @@ -53,6 +53,6 @@ jobs: cache: npm node-version: 16.x - run: | - cd ./taoyao-client-media - npm install + cd ./taoyao-client-media + npm install \ No newline at end of file