1
0
Fork 0

Add lint command

This commit is contained in:
Chocobozzz 2019-06-11 10:05:47 +02:00
parent 5dce26d202
commit 4c7f776136
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

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