Skip to content

Commit

Permalink
edit packages
Browse files Browse the repository at this point in the history
  • Loading branch information
scobru committed Nov 22, 2024
1 parent 3a9d7e2 commit b867786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"scripts": {
"ts-node": "ts-node",
"build": "npx tsc",
"rebalance:uniswap": "npx ts-node src/core/strategies/rebalance/main.ts",
"rebalance:odos": "npx ts-node src/core/strategies/rebalanceOdos/main.ts",
"rebalance:uniswap": "npx ts-node src/core/strategies/loops/rebalanceuniswap/main.ts",
"rebalance:odos": "npx ts-node src/core/strategies/loops/rebalanceOdos/main.ts",
"format": "npx prettier --write . --ignore-path .gitignore",
"check-types": "tsc --noEmit --incremental",
"dev": "tsc --watch",
Expand Down

0 comments on commit b867786

Please sign in to comment.