diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 02:59:38 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 02:59:38 +0530 |
| commit | fcd6cfacdf364ead06cd5affdce5ad2357da0afb (patch) | |
| tree | 165b29d90bf08f90b052b84d56f1ae9a9e16e6bc /package.json | |
| parent | c12c1fca5e48c7c6cc93ccdcc006df9eda3ed261 (diff) | |
| download | dictionary-fcd6cfacdf364ead06cd5affdce5ad2357da0afb.tar.xz dictionary-fcd6cfacdf364ead06cd5affdce5ad2357da0afb.zip | |
Specify test command to build
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 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", |
