[+] build

This commit is contained in:
acgist
2023-02-25 21:32:06 +08:00
parent 0d9b7a4f3d
commit f3bce79e96

View File

@@ -34,9 +34,10 @@ jobs:
with:
cache: npm
node-version: 16.x
- run: cd taoyao-client-web
- run: npm install
- run: npm run build
- run: |
cd taoyao-client-web
npm install
npm run build
taoyao-client-media:
name: Build taoyao client media
strategy:
@@ -51,6 +52,7 @@ jobs:
with:
cache: npm
node-version: 16.x
- run: cd taoyao-client-media
- run: npm install
- run: |
cd taoyao-client-media
npm install