aboutsummaryrefslogtreecommitdiff
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
parentc12c1fca5e48c7c6cc93ccdcc006df9eda3ed261 (diff)
downloaddictionary-fcd6cfacdf364ead06cd5affdce5ad2357da0afb.tar.xz
dictionary-fcd6cfacdf364ead06cd5affdce5ad2357da0afb.zip
Specify test command to build
-rw-r--r--.travis.yml1
-rw-r--r--package.json3
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 335ba47..783bf66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,3 @@ node_js:
- 14
git:
depth: false
-
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",