diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 02:45:34 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 02:45:34 +0530 |
| commit | 7803299c0f60a5110441d5f9d3310ad00c562515 (patch) | |
| tree | 1f4f6bf4a2876ae9e30fa5a598dfd668a76ee55e /package.json | |
| parent | 171be8d845f9d2718e31dc7c46f525ec08888a9c (diff) | |
| download | dictionary-7803299c0f60a5110441d5f9d3310ad00c562515.tar.xz dictionary-7803299c0f60a5110441d5f9d3310ad00c562515.zip | |
Added release script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
