Skip to content

Commit 148aef7

Browse files
committed
chore: 触发更新
1 parent 37cff6b commit 148aef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "NPM: $(npm --version)"
3838
echo "PWD: $(pwd && ls -la)"
3939
cd example
40-
npm ci --no-audit --no-fund || true
40+
npm ci --legacy-peer-deps
4141
echo "Listing npm log directory..."
4242
ls -la /home/runner/.npm/_logs || true
4343

example/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configProvider({
1818
})
1919

2020
// app.js
21-
// 触发 main 分支 docs 更新 18
21+
// 触发 main 分支 docs 更新 19
2222
createApp({})
2323

2424
if (isIframe) {

0 commit comments

Comments
 (0)