feat: electron build for linux

This commit is contained in:
Anoop M D
2022-10-17 22:17:03 +05:30
parent ad1824e473
commit 9fae7f72d4
3 changed files with 8 additions and 1 deletions

View File

@@ -19,4 +19,4 @@ sed -i'' -e 's@/_next/@_next/@g' packages/bruno-electron/web/**.html
# Remove sourcemaps
find packages/bruno-electron/web -name '*.map' -type f -delete
npm run pack-app --workspace=packages/bruno-electron
npm run dist --workspace=packages/bruno-electron