Skip to content

Commit

Permalink
feat: firecamp desktop is ready to rock
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchit14 committed Jan 9, 2024
1 parent 4cc98c3 commit 23d34f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/firecamp-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@firecamp/electron",
"productName": "Firecamp",
"version": "3.0.2",
"version": "3.3.0-beta.1",
"description": "The Firecamp Desktop Application",
"main": "build/main.js",
"private": true,
Expand All @@ -11,11 +11,11 @@
"directory": "packages/firecamp-electron"
},
"scripts": {
"start": "tsc && electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "tsc && electron-builder --dir -c.compression=store -c.mac.identity=null",
"build": "electron-builder -c.mac.identity=null",
"build:release": "electron-builder -ml --publish always",
"start": "pnpm build && electron .",
"build": "tsc",
"release": "pnpm build && electron-builder -ml --publish always",
"pack": "pnpm build && electron-builder --dir -c.compression=store -c.mac.identity=null",
"postinstall": "electron-builder install-app-deps"
},
"keywords": [],
Expand Down

0 comments on commit 23d34f3

Please sign in to comment.