Browse Source

👕 调整github action发布脚本

IdentityServer4
WangJunZzz 4 years ago
parent
commit
62b02f8067
  1. 4
      .github/workflows/publish-frontend.yml

4
.github/workflows/publish-frontend.yml

@ -15,8 +15,8 @@ jobs:
- name: 编译|发布
run: |
cd vben271
yarn
cd vben28
pnpm install
npm run build
- name: 部署->Vue

Loading…
Cancel
Save