aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-27 21:10:23 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-27 21:10:23 +0000
commitbd0646fcce28ed7d19884ddd64a096b1c4a8a9cc (patch)
tree91ac830cf3b68ef428f8524170cf6cdad39903fd /package.json
parent96f7fafe13543bbf1cb90d063391f75ad564bd1e (diff)
downloadsql-plus-plus-bd0646fcce28ed7d19884ddd64a096b1c4a8a9cc.tar.xz
sql-plus-plus-bd0646fcce28ed7d19884ddd64a096b1c4a8a9cc.zip
Remove git-lfs from travis build script
Simplify travis.yml and package.json. Remove git-lfs, and redundant yarn call.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index c1706d0..9d0cac1 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,7 @@
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
- "dist": "electron-builder",
- "travis-dist": "yarn && electron-builder"
+ "dist": "electron-builder"
},
"author": {
"name": "James Barnett",