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 198a6be commit 6f2a1c6Copy full SHA for 6f2a1c6
package.json
@@ -9,8 +9,7 @@
9
"start:dev": "nest start --watch",
10
"start:debug": "nest start --debug --watch",
11
"start:prod": "node dist/main",
12
- "lint": "eslint \"{src,test}/**/*.ts\"",
13
- "lint:fix": "eslint \"{src,test}/**/*.ts\" --fix",
+ "lint": "eslint \"{src,test}/**/*.ts\" --fix",
14
"test": "jest",
15
"test:watch": "jest --watch",
16
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
0 commit comments