From f3bce79e96b2ae275d6fe712fda8f26c2779145f Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 25 Feb 2023 21:32:06 +0800 Subject: [PATCH] [+] build --- .github/workflows/build.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0eb6eae..7fb235a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,9 +34,10 @@ jobs: with: cache: npm node-version: 16.x - - run: cd taoyao-client-web - - run: npm install - - run: npm run build + - run: | + cd taoyao-client-web + npm install + npm run build taoyao-client-media: name: Build taoyao client media strategy: @@ -51,6 +52,7 @@ jobs: with: cache: npm node-version: 16.x - - run: cd taoyao-client-media - - run: npm install + - run: | + cd taoyao-client-media + npm install \ No newline at end of file