[*] 指定目录
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean package -P prd -D maven.test.skip=true -B -V --file taoyao-signal-server/pom.xml
|
run: mvn clean package -P prd -D maven.test.skip=true -B -V --file ./taoyao-signal-server/pom.xml
|
||||||
taoyao-client-web:
|
taoyao-client-web:
|
||||||
name: Build taoyao client web
|
name: Build taoyao client web
|
||||||
strategy:
|
strategy:
|
||||||
@@ -34,10 +34,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: |
|
working-directory: ./taoyao-client-web
|
||||||
|
- name: Build with NodeJS
|
||||||
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
working-directory: taoyao-client-web
|
working-directory: ./taoyao-client-web
|
||||||
taoyao-client-media:
|
taoyao-client-media:
|
||||||
name: Build taoyao client media
|
name: Build taoyao client media
|
||||||
strategy:
|
strategy:
|
||||||
@@ -52,7 +54,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: |
|
working-directory: ./taoyao-client-media
|
||||||
|
- name: Build with NodeJS
|
||||||
|
run: |
|
||||||
npm install
|
npm install
|
||||||
working-directory: taoyao-client-media
|
working-directory: ./taoyao-client-media
|
||||||
|
|
||||||
Reference in New Issue
Block a user