[+] build
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -34,9 +34,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: cd taoyao-client-web
|
- run: |
|
||||||
- run: npm install
|
cd taoyao-client-web
|
||||||
- run: npm run build
|
npm install
|
||||||
|
npm run build
|
||||||
taoyao-client-media:
|
taoyao-client-media:
|
||||||
name: Build taoyao client media
|
name: Build taoyao client media
|
||||||
strategy:
|
strategy:
|
||||||
@@ -51,6 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
- run: cd taoyao-client-media
|
- run: |
|
||||||
- run: npm install
|
cd taoyao-client-media
|
||||||
|
npm install
|
||||||
|
|
||||||
Reference in New Issue
Block a user