aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-03 22:34:39 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-03 22:34:39 +0200
commitfc76359be11956f8514fc0dda1f66bb1c3397d26 (patch)
tree4d80142778971f1d9e09606e8f8745d56cee8507 /client
parent4a6995be18b15de1834a39c8921a0e4109671bb6 (diff)
downloadPeerTube-fc76359be11956f8514fc0dda1f66bb1c3397d26.tar.gz
PeerTube-fc76359be11956f8514fc0dda1f66bb1c3397d26.tar.zst
PeerTube-fc76359be11956f8514fc0dda1f66bb1c3397d26.zip
Adapt npm scripts
Diffstat (limited to 'client')
-rw-r--r--client/package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json
index bfdfe5574..670697b0f 100644
--- a/client/package.json
+++ b/client/package.json
@@ -13,11 +13,9 @@
13 "url": "git://github.com/Chocobozzz/PeerTube.git" 13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "typings": "typings",
17 "postinstall": "typings install", 16 "postinstall": "typings install",
18 "test": "standard && tslint -c ./tslint.json angular/**/*.ts", 17 "test": "standard && tslint -c ./tslint.json src/**/*.ts",
19 "build": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached", 18 "webpack": "webpack"
20 "watch": "npm run build -- --watch"
21 }, 19 },
22 "license": "GPLv3", 20 "license": "GPLv3",
23 "dependencies": { 21 "dependencies": {