From 4c7f7761362224bb19573faa485b16a40eab0bc4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jun 2019 10:05:47 +0200 Subject: Add lint command --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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", -- cgit v1.2.3