mirror of https://github.com/Chocobozzz/PeerTube
Add lint command
parent
5dce26d202
commit
4c7f776136
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue