lets see the outpur of package

This commit is contained in:
Hyatt 2023-10-29 12:29:16 -05:00
parent 74f04ec909
commit 79ca3333b9
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -108,6 +108,7 @@ pipeline {
cd ${workspace}/signal-desktop
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
mv with_appimage_package.json package.json
cat package.json | jq '.build.linux'
yarn install
yarn build-release
"""