diff options
| author | Lucifer <[email protected]> | 2019-12-17 19:46:40 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-17 19:46:40 +0530 |
| commit | f0e1815317bb6d6ded8de8346cd05859c4eed106 (patch) | |
| tree | b3661d64fa2a7ddbabf10484ac695ea183c18939 /package.json | |
| parent | 76d7fc5b554dcc3c9bf6c7b36b9a0287bc54a49b (diff) | |
| download | nativekit-f0e1815317bb6d6ded8de8346cd05859c4eed106.tar.xz nativekit-f0e1815317bb6d6ded8de8346cd05859c4eed106.zip | |
Updated for Travis CI Testing
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 70dd37f..43caa98 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "start-win-template": "electron templates/win", "build-mac": "NODE_ENV=production node index.js buildForMac", "build-win": "NODE_ENV=production node index.js buildForWin", - "build": "NODE_ENV=production node index.js build" + "build": "NODE_ENV=production node index.js build", + "test": "NODE_ENV=production node index.js build" }, "repository": { "type": "git", |
