diff options
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 6597b055e..3871cec34 100644 --- a/package.json +++ b/package.json | |||
@@ -57,6 +57,7 @@ | |||
57 | "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", | 57 | "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", |
58 | "tsc": "tsc", | 58 | "tsc": "tsc", |
59 | "commander": "commander", | 59 | "commander": "commander", |
60 | "lint": "npm run travis -- lint", | ||
60 | "ng": "ng", | 61 | "ng": "ng", |
61 | "nodemon": "nodemon", | 62 | "nodemon": "nodemon", |
62 | "ts-node": "ts-node", | 63 | "ts-node": "ts-node", |