Skip to content

Commit cdfde57

Browse files
committed
ci: fix
1 parent 49026aa commit cdfde57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# - name : pnpm store prune
3636
# run: |
3737
# pnpm store prune
38-
# rm pnpm-lock.yaml
38+
# rm pnpm-lock.yaml
3939
# 安装依赖
4040
- name: Install dependencies
4141
run: pnpm install --registry=https://registry.npmjs.org/ --no-frozen-lockfile

examples/tree.demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ tree.addNode("readme.md",{note:logsets.colors.green("√")})
3030
.endChildren()
3131
.addNode("网络组网方案.docx")
3232
.addNode("工资清单.xlsx",{last:true})
33-
33+
3434

3535

0 commit comments

Comments
 (0)