Skip to content

Commit 6f2a1c6

Browse files
committed
fix(comment): fix comments
1 parent 198a6be commit 6f2a1c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"start:dev": "nest start --watch",
1010
"start:debug": "nest start --debug --watch",
1111
"start:prod": "node dist/main",
12-
"lint": "eslint \"{src,test}/**/*.ts\"",
13-
"lint:fix": "eslint \"{src,test}/**/*.ts\" --fix",
12+
"lint": "eslint \"{src,test}/**/*.ts\" --fix",
1413
"test": "jest",
1514
"test:watch": "jest --watch",
1615
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",

0 commit comments

Comments
 (0)