diff options
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", |
