Skip to content

Commit 9e83988

Browse files
committed
chore(ci): 添加生成锁文件解决找不到锁的问题
1 parent a2a76ba commit 9e83988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Install cnpm and dependencies
2626
run: |
27+
npm install --package-lock-only
2728
npm install -g cnpm # 安装 cnpm
2829
cnpm install # 使用 cnpm 安装依赖
2930

0 commit comments

Comments
 (0)