mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
add debug output to run command
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.js",
|
||||
"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",
|
||||
"lint": "eslint . --fix",
|
||||
"test": "vitest run --coverage"
|
||||
|
||||
Reference in New Issue
Block a user