From fc76359be11956f8514fc0dda1f66bb1c3397d26 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Jun 2016 22:34:39 +0200 Subject: Adapt npm scripts --- client/package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'client') 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 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "typings": "typings", "postinstall": "typings install", - "test": "standard && tslint -c ./tslint.json angular/**/*.ts", - "build": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached", - "watch": "npm run build -- --watch" + "test": "standard && tslint -c ./tslint.json src/**/*.ts", + "webpack": "webpack" }, "license": "GPLv3", "dependencies": { -- cgit v1.2.3