From: Chocobozzz Date: Tue, 11 Jun 2019 08:05:47 +0000 (+0200) Subject: Add lint command X-Git-Tag: v1.4.0-rc.1~175 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4c7f7761362224bb19573faa485b16a40eab0bc4;p=oweals%2Fpeertube.git Add lint command --- diff --git a/package.json b/package.json index 6597b055e..3871cec34 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", "tsc": "tsc", "commander": "commander", + "lint": "npm run travis -- lint", "ng": "ng", "nodemon": "nodemon", "ts-node": "ts-node",