X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=39b3185cc33af438253b3e310cb47b2e69b21013;hb=c60774b05b12d262ed27d8efeb0905ac283eeebb;hp=1715416cf21d2ca1e3df8e83346e8646b44f66fc;hpb=7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9;p=github%2FChocobozzz%2FPeerTube.git 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 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "test": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", "webpack": "webpack", "webpack-dev-server": "webpack-dev-server", "postinstall": "npm rebuild node-sass"