mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 22:59:44 +00:00
add debug output to run command
This commit is contained in:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user