summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-17 18:56:52 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-17 18:56:52 +0200
commit1b9c8d58ee1666393b0c51ff3fa14937629be13d (patch)
tree28e86877ada10dd10a24713fe256049c6a135cc1 /.github
parent:bug: fix release (diff)
downloadserver-1b9c8d58ee1666393b0c51ff3fa14937629be13d.tar.xz
:bug: update release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 05ce6cf3..105b1693 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,15 +32,19 @@ jobs:
           node-version: 14
       - run: |
           cd util
+          npm run build
           npm pack
           cd ../api
           npm i ../util/fosscord-util-1.0.0.tgz
+          npm run build
           npm pack
           cd ../cdn
           npm i ../util/fosscord-util-1.0.0.tgz
+          npm run build
           npm pack
           cd ../gateway
           npm i ../util/fosscord-util-1.0.0.tgz
+          npm run build
           npm pack
           cd ../bundle
           npm i ../util/fosscord-util-1.0.0.tgz
@@ -48,7 +52,7 @@ jobs:
           npm i ../gateway/fosscord-gateway-1.0.0.tgz
           npm i ../api/fosscord-api-1.0.0.tgz
           npm i caxa
-          npm run build
+          npm run build:bundle
           ${{ matrix.build }}
       - uses: actions/upload-artifact@v2
         with: