diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 03:03:53 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 03:03:53 +0530 |
| commit | 586840d699d0546de0996157531c3127c31d1f91 (patch) | |
| tree | 297089ac1712a537c118813a40a626212c7aeb86 /package.json | |
| parent | 918fea04442033dba88c7a21fcb7d41706bfb092 (diff) | |
| download | dictionary-586840d699d0546de0996157531c3127c31d1f91.tar.xz dictionary-586840d699d0546de0996157531c3127c31d1f91.zip | |
Update test command
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1181c49..837e688 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "electron .", "build": "electron-builder -mwl", "release": "build", - "test": "build" + "test": "electron-builder -mwl" }, "repository": { "type": "git", |
