We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4268e47 commit d005c61Copy full SHA for d005c61
package.json
@@ -13,6 +13,7 @@
13
"start:debug": "nest start --debug --watch",
14
"start:prod": "node dist/main",
15
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
16
+ "lint:ci": "eslint \"{src,apps,libs,test}/**/*.ts\" --format=stylish",
17
"test": "jest",
18
"test:watch": "jest --watch",
19
"test:cov": "jest --coverage",
0 commit comments