scripts(): update lint usage

This commit is contained in:
Kamil Myśliwiec 2020-02-14 12:51:17 +01:00
parent 1bccc3dbfb
commit bf4e777057
No known key found for this signature in database
GPG Key ID: 75F02E89A1A1092B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint '{src,apps,libs,test}/**/*.ts' --fix",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",