fix: Update lint script to target specific directories for improved linting accuracy
CI-CD / Bot Lint Test Build (push) Successful in 22s
CI-CD / Dashboard Lint Build (push) Successful in 15s
CI-CD / Deploy to Coolify (push) Failing after 3s

This commit is contained in:
2026-05-17 17:36:32 +02:00
parent f6efd96733
commit 2b509ce9fe
+1 -1
View File
@@ -10,7 +10,7 @@
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
"dev": "ts-node src/index.ts", "dev": "ts-node src/index.ts",
"start": "node dist/index.js", "start": "node dist/index.js",
"lint": "eslint . --ext .ts", "lint": "eslint src tests --ext .ts",
"register:commands": "ts-node src/deploy-commands.ts", "register:commands": "ts-node src/deploy-commands.ts",
"test": "jest --passWithNoTests", "test": "jest --passWithNoTests",
"db:migrate": "ts-node src/db/cli.ts migrate", "db:migrate": "ts-node src/db/cli.ts migrate",