add debug output to run command

This commit is contained in:
Fabrice Lamant
2024-07-30 20:11:40 +02:00
parent e9ad86a5b4
commit f2da91b514

View File

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"start": "find ./cache/**/*.html -mmin +10 -exec rm -f {} \\; | ts-node src/index.ts", "start": "find ./cache/**/*.html -mmin +10 -exec rm -f {} \\; | DEBUG=paris2024:* ts-node src/index.ts",
"dev": "DEBUG=paris2024:* nodemon src/index.ts", "dev": "DEBUG=paris2024:* nodemon src/index.ts",
"lint": "eslint . --fix", "lint": "eslint . --fix",
"test": "vitest run --coverage" "test": "vitest run --coverage"