🐛 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:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: |
|
- run: |
|
||||||
|
npm config set ignore-scripts true
|
||||||
cd util
|
cd util
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
npm run build
|
||||||
npm pack
|
npm pack
|
||||||
cd ../api
|
cd ../api
|
||||||
npm i ../util/fosscord-util-1.0.0.tgz
|
npm i ../util/
|
||||||
npm run build
|
npm run build
|
||||||
npm pack
|
npm pack
|
||||||
cd ../cdn
|
cd ../cdn
|
||||||
npm i ../util/fosscord-util-1.0.0.tgz
|
npm i ../util/
|
||||||
npm run build
|
npm run build
|
||||||
npm pack
|
npm pack
|
||||||
cd ../gateway
|
cd ../gateway
|
||||||
npm i ../util/fosscord-util-1.0.0.tgz
|
npm i ../util/
|
||||||
npm run build
|
npm run build
|
||||||
npm pack
|
npm pack
|
||||||
cd ../bundle
|
cd ../bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user