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",