Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 50711cf

Browse files
committed
chore: 🤖 补充npm 发布逻辑
1 parent a506b57 commit 50711cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publishNPM.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
# 安装 pnpm
2222
- name: Install pnpm
2323
run: npm install -g pnpm
24+
25+
# 构建包必要文件
26+
- name: Build package files
27+
run: pnpm run build:cli
2428

2529
# 安装依赖
2630
- name: Install Dependencies

0 commit comments

Comments
 (0)