Skip to content

Commit

Permalink
build cli (Uniswap#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz authored Nov 10, 2021
1 parent 7a7b4e3 commit 67b0953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cli/base-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
ID_TO_CHAIN_ID,
ID_TO_NETWORK_NAME,
IRouter,
IRouteWithValidQuote,
ISwapToRatio,
ITokenProvider,
IV3PoolProvider,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"types": ["node", "jest"],
"typeRoots": ["node_modules/@types", "src/types"]
},
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts", "cli/**/*.ts"],
"exclude": ["node_modules/**"],
"compileOnSave": false
}

0 comments on commit 67b0953

Please sign in to comment.