Skip to content

Commit

Permalink
add other nodemon service dev commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed May 22, 2024
1 parent 49db833 commit c9c8384
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@
"bull-dashboard": "docker-compose -f docker-compose.bull-monitor.yaml up",
"dev:listener:vrf": "nodemon --ext ts --watch src/listener --exec 'tsc && yarn start:listener:vrf'",
"dev:listener:request_response": "nodemon --ext ts --watch src/listener --exec 'tsc && yarn start:listener:request_response'",
"dev:listener:data_feed": "nodemon --ext ts --watch src/listener --exec 'tsc && yarn start:listener:data_feed'",
"dev:worker:vrf": "nodemon --ext ts --watch src/worker --exec 'tsc && yarn start:worker:vrf'",
"dev:reporter:vrf": "nodemon --ext ts --watch src/reporter --exec 'tsc && yarn start:reporter:vrf'"
"dev:worker:request_response": "nodemon --ext ts --watch src/worker --exec 'tsc && yarn start:worker:request_response'",
"dev:reporter:vrf": "nodemon --ext ts --watch src/reporter --exec 'tsc && yarn start:reporter:vrf'",
"dev:reporter:request_response": "nodemon --ext ts --watch src/reporter --exec 'tsc && yarn start:reporter:request_response'"
},
"dependencies": {
"@bisonai/orakl-contracts": "*",
Expand Down

0 comments on commit c9c8384

Please sign in to comment.