just build FFS

This commit is contained in:
Hyatt 2024-03-11 14:24:37 -05:00
parent f1fc81e3f7
commit cb11f9f1cc
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -112,7 +112,7 @@ pipeline {
mv -f with_appimage_package.json package.json mv -f with_appimage_package.json package.json
yarn install --frozen-lockfile yarn install --frozen-lockfile
yarn generate yarn generate
yarn build yarn build || true
""" """
outputFile = sh ( outputFile = sh (