We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae2dfd commit 88c39feCopy full SHA for 88c39fe
package.json
@@ -10,6 +10,7 @@
10
"type": "git",
11
"url": "https://github.com/deadcoder0904/wip-desktop.git"
12
},
13
+ "private": true,
14
"homepage": "https://akshaykadam.me/apps/wip-desktop",
15
"version": "0.0.0",
16
"license": "MIT",
@@ -18,7 +19,7 @@
18
19
"compile": "electron-webpack",
20
"pack": "electron-builder --dir",
21
"dist": "npm run compile && electron-builder --mac --linux --win",
- "release": "np --no-publish",
22
+ "release": "np --yolo --no-publish",
23
"dist:dir": "npm run dist --dir -c.compression=store -c.mac.identity=null",
24
"postinstall": "electron-builder install-app-deps"
25
0 commit comments