diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c264821..b7a95cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,9 @@ jobs: - name: Build run: pnpm build --standalone + - name: Generate plugin list + run: pnpm generatePluginJson dist/plugins.json + - name: Clean up obsolete files run: | rm -rf dist/extension* Vencord.user.css |