[*] 多行脚本
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -35,9 +35,9 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: |
|
- run: |
|
||||||
cd ./taoyao-client-web
|
cd ./taoyao-client-web
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
taoyao-client-media:
|
taoyao-client-media:
|
||||||
name: Build taoyao client media
|
name: Build taoyao client media
|
||||||
strategy:
|
strategy:
|
||||||
@@ -53,6 +53,6 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: |
|
- run: |
|
||||||
cd ./taoyao-client-media
|
cd ./taoyao-client-media
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
Reference in New Issue
Block a user