[*] 目录
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
working-directory: ./taoyao-client-web
|
cache-dependency-path: ./taoyao-client-web
|
||||||
- name: Build with NodeJS
|
- name: Build with NodeJS
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
working-directory: ./taoyao-client-media
|
cache-dependency-path: ./taoyao-client-media
|
||||||
- name: Build with NodeJS
|
- name: Build with NodeJS
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user