summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 23:07:56 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 23:07:56 +0200
commita6d02a8557d201076132c8c9af488d3db5ccc04c (patch)
tree4fd8d3ee187481f8a8d648c3b53099c27445ece0 /.github
parent:bug: fix util install (diff)
downloadserver-a6d02a8557d201076132c8c9af488d3db5ccc04c.tar.xz
:bug: fix release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0cb2bf32..99fc8054 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -31,7 +31,9 @@ jobs:
         with:
           node-version: 14
       - run: |
-          cd bundle
+          cd util
+          npm install
+          cd ../bundle
           npm install
           npm i caxa
           npm run build