mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-09 12:12:35 +01:00
🐛 fix release
This commit is contained in:
parent
bfdd9c10d8
commit
8a50e2a2c9
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user