aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-08-31 02:59:38 +0530
committerKumar Priyansh <[email protected]>2020-08-31 02:59:38 +0530
commitfcd6cfacdf364ead06cd5affdce5ad2357da0afb (patch)
tree165b29d90bf08f90b052b84d56f1ae9a9e16e6bc /package.json
parentc12c1fca5e48c7c6cc93ccdcc006df9eda3ed261 (diff)
downloaddictionary-fcd6cfacdf364ead06cd5affdce5ad2357da0afb.tar.xz
dictionary-fcd6cfacdf364ead06cd5affdce5ad2357da0afb.zip
Specify test command to build
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8b51cd7..1181c49 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"scripts": {
"start": "electron .",
"build": "electron-builder -mwl",
- "release": "build"
+ "release": "build",
+ "test": "build"
},
"repository": {
"type": "git",