fix lint fix command

This commit is contained in:
iPromKnight
2024-02-08 21:18:56 +00:00
committed by iPromKnight
parent fe8b7a096d
commit c2ada8344e

View File

@@ -8,7 +8,7 @@
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
"start": "node --trace-deprecation dist/main.cjs",
"lint": "eslint ./src --ext .ts,.js",
"lint-fix": "npm run lint --fix",
"lint-fix": "npm run lint -- --fix",
"test": "jest",
"test:watch": "jest --watch"
},