This commit is contained in:
acgist
2023-02-25 21:35:11 +08:00
parent f3bce79e96
commit df0b8e5d07

View File

@@ -35,7 +35,7 @@ jobs:
cache: npm cache: npm
node-version: 16.x node-version: 16.x
- run: | - run: |
cd taoyao-client-web cd ./taoyao-client-web
npm install npm install
npm run build npm run build
taoyao-client-media: taoyao-client-media:
@@ -53,6 +53,6 @@ jobs:
cache: npm cache: npm
node-version: 16.x node-version: 16.x
- run: | - run: |
cd taoyao-client-media cd ./taoyao-client-media
npm install npm install