diff options
author | Vendicated <vendicated@riseup.net> | 2022-11-07 21:29:31 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-11-07 21:29:31 +0100 |
commit | a13c0df1cdab5476b21aa8c0ec04f3778fe21e11 (patch) | |
tree | 76dd4b31e31d639397f9491948003563e53fb088 /.github | |
parent | 0af4579204fcbabbce239b2fbd4dfef0df58774d (diff) | |
download | Vencord-a13c0df1cdab5476b21aa8c0ec04f3778fe21e11.tar.gz Vencord-a13c0df1cdab5476b21aa8c0ec04f3778fe21e11.tar.bz2 Vencord-a13c0df1cdab5476b21aa8c0ec04f3778fe21e11.zip |
build: Add metadata header to all bundles
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bfcc9e..e3bb3bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Build web - run: pnpm buildWeb + run: pnpm buildWeb --standalone - name: Build run: pnpm build --standalone |