Skip to content

Commit

Permalink
finish rename
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Dec 6, 2024
1 parent efb3ebb commit e4e3e1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cron.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"jobs": [
{
"command": "*/10 * * * * npm run script:checkClients",
"command": "*/10 * * * * npm run script:checkSystemPulses",
"size": "S"
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:back": "jest",
"typeorm": "typeorm-ts-node-esm",
"script:importDb": "npm run buildServer && node dist/src/scripts/importDb.js",
"script:checkClients": "npm run buildServer && node dist/src/scripts/checkClients.js"
"script:checkSystemPulses": "npm run buildServer && node dist/src/scripts/checkSystemPulses.js"
},
"author": "",
"license": "ISC",
Expand Down
File renamed without changes.

0 comments on commit e4e3e1c

Please sign in to comment.