[*] 指定目录

This commit is contained in:
acgist
2023-02-25 21:39:37 +08:00
parent ec39f32cc4
commit 1c1e5b62a7

View File

@@ -35,9 +35,9 @@ jobs:
cache: npm cache: npm
node-version: 16.x node-version: 16.x
- run: | - run: |
cd ./taoyao-client-web
npm install npm install
npm run build npm run build
working-directory: taoyao-client-web
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
npm install npm install
working-directory: taoyao-client-media