Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc committed Jan 1, 2025
1 parent 3957c49 commit f3ab26b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,21 @@ jobs:
cache: 'pnpm'

# 执行npm脚本打包项目
- name: Install and Build
- name: Install
run: |
pnpm install
pnpm run build:shared
pnpm run build:ding-flow
- name: Build SharedUtils
run: |
cd ./packages/shared
pnpm install
pnpm run build:site
- name: Build DingFlow
run: |
cd ./packages/ding-flow
pnpm install
pnpm run build
- name: Deploy DingFlow 🚀
uses: cross-the-world/scp-pipeline@master
Expand Down

0 comments on commit f3ab26b

Please sign in to comment.