Add lint command
authorChocobozzz <me@florianbigard.com>
Tue, 11 Jun 2019 08:05:47 +0000 (10:05 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 11 Jun 2019 08:05:47 +0000 (10:05 +0200)
package.json

index 6597b055e83236b449f7f9de85a57b808d18461a..3871cec349263b059c9ac7d6c7d61a4d45922dcc 100644 (file)
@@ -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",