aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-31 17:23:57 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-10-31 17:23:57 +0100
commit18530063feb3326369bf3871248b04de0ce4d2af (patch)
tree1b40e2cdb9d322eb34765642c161aca4edcd4a74 /client
parent7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9 (diff)
downloadPeerTube-18530063feb3326369bf3871248b04de0ce4d2af.tar.gz
PeerTube-18530063feb3326369bf3871248b04de0ce4d2af.tar.zst
PeerTube-18530063feb3326369bf3871248b04de0ce4d2af.zip
Try matrix to speed up travis builds
Diffstat (limited to 'client')
-rw-r--r--client/config/webpack.prod.js2
-rw-r--r--client/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/config/webpack.prod.js b/client/config/webpack.prod.js
index ecd7914c7..539b9a1ee 100644
--- a/client/config/webpack.prod.js
+++ b/client/config/webpack.prod.js
@@ -167,7 +167,7 @@ module.exports = function (env) {
167 beautify: false 167 beautify: false
168 } 168 }
169 }, 169 },
170 warnings: true 170 warningsFilter: () => false
171 }), 171 }),
172 172
173 /** 173 /**
diff --git a/client/package.json b/client/package.json
index 1715416cf..39b3185cc 100644
--- a/client/package.json
+++ b/client/package.json
@@ -13,7 +13,7 @@
13 "url": "git://github.com/Chocobozzz/PeerTube.git" 13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", 16 "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
17 "webpack": "webpack", 17 "webpack": "webpack",
18 "webpack-dev-server": "webpack-dev-server", 18 "webpack-dev-server": "webpack-dev-server",
19 "postinstall": "npm rebuild node-sass" 19 "postinstall": "npm rebuild node-sass"