Skip to content

Commit bc43e11

Browse files
committed
fix missed community
1 parent 258837c commit bc43e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ecosystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Community repo may be outdated and crash, and no warranty of availability and se
4848
community.map((item) => fns[item.type](item))
4949
);
5050
content += communityContent.join("\n");
51+
fs.appendFileSync(path, content);
5152
// copy to zh
5253
fs.copyFileSync(path, "docs/zh/guide/ecosystem.md");
5354
};

0 commit comments

Comments
 (0)