We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cff6b commit 148aef7Copy full SHA for 148aef7
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "NPM: $(npm --version)"
38
echo "PWD: $(pwd && ls -la)"
39
cd example
40
- npm ci --no-audit --no-fund || true
+ npm ci --legacy-peer-deps
41
echo "Listing npm log directory..."
42
ls -la /home/runner/.npm/_logs || true
43
example/app.ts
@@ -18,7 +18,7 @@ configProvider({
18
})
19
20
// app.js
21
-// 触发 main 分支 docs 更新 18
+// 触发 main 分支 docs 更新 19
22
createApp({})
23
24
if (isIframe) {
0 commit comments