Skip to content

Commit

Permalink
build: remove debug flag from lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Nov 25, 2023
1 parent c044940 commit bfe62ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"build": "nest build",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache --debug",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache --fix",
"orm": "npx mikro-orm",
"sample": "cd env; npx sample-env --env .env.dev",
Expand Down Expand Up @@ -179,7 +179,7 @@
"sample-env": "^2.0.6",
"supertest": "6.3.3",
"testcontainers": "^10.3.2",
"ts-loader": "9.5.1",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "^5.3.2",
Expand Down

0 comments on commit bfe62ba

Please sign in to comment.