1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-09 12:12:35 +01:00

🐛 fix release

This commit is contained in:
Flam3rboy 2021-09-04 14:07:58 +02:00
parent bfdd9c10d8
commit 8a50e2a2c9

View File

@ -31,20 +31,21 @@ jobs:
with:
node-version: 14
- run: |
npm config set ignore-scripts true
cd util
npm i
npm run build
npm pack
cd ../api
npm i ../util/fosscord-util-1.0.0.tgz
npm i ../util/
npm run build
npm pack
cd ../cdn
npm i ../util/fosscord-util-1.0.0.tgz
npm i ../util/
npm run build
npm pack
cd ../gateway
npm i ../util/fosscord-util-1.0.0.tgz
npm i ../util/
npm run build
npm pack
cd ../bundle