[+] 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: 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