aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-08-31 02:45:34 +0530
committerKumar Priyansh <[email protected]>2020-08-31 02:45:34 +0530
commit7803299c0f60a5110441d5f9d3310ad00c562515 (patch)
tree1f4f6bf4a2876ae9e30fa5a598dfd668a76ee55e
parent171be8d845f9d2718e31dc7c46f525ec08888a9c (diff)
downloaddictionary-7803299c0f60a5110441d5f9d3310ad00c562515.tar.xz
dictionary-7803299c0f60a5110441d5f9d3310ad00c562515.zip
Added release script
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 110f853..8b51cd7 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"productName": "Dictionary",
"scripts": {
"start": "electron .",
- "build": "electron-builder -mwl"
+ "build": "electron-builder -mwl",
+ "release": "build"
},
"repository": {
"type": "git",