ソースを参照

Chore: show repo size badge in the dist README

SukkaW 9 ヶ月 前
コミット
928cc3c515
1 ファイル変更3 行追加1 行削除
  1. 3 1
      Build/build-public.ts

+ 3 - 1
Build/build-public.ts

@@ -79,7 +79,9 @@ export const buildPublic = task(require.main === module, __filename)(async (span
     compareAndWriteFile(
       span,
       [
-        '# The source code is located at [Sukkaw/Surge](https://github.com/Sukkaw/Surge)'
+        '# The source code is located at [Sukkaw/Surge](https://github.com/Sukkaw/Surge)',
+        '',
+        '![GitHub repo size](https://img.shields.io/github/repo-size/sukkalab/ruleset.skk.moe?style=flat-square)'
       ],
       path.join(PUBLIC_DIR, 'README.md')
     )