scripts(): update lint usage
This commit is contained in:
parent
1bccc3dbfb
commit
bf4e777057
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue