Skip to content

Commit

Permalink
put deps back and print progress in plain
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Sep 29, 2023
1 parent b15ee97 commit bec799a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ commands:

- run:
name: Build the core services
command: docker-compose build
command: docker-compose build --progress plain
working_directory: ops

- run:
Expand Down
3 changes: 3 additions & 0 deletions packages/boba/bobalink/.depcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignores: [
"@ethersproject/rlp"
]
1 change: 1 addition & 0 deletions packages/boba/bobalink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"license": "MIT",
"devDependencies": {
"@ethersproject/rlp": "5.7.0",
"@bobanetwork/contracts": "0.0.2",
"@eth-optimism/core-utils": "0.8.1",
"@types/mocha": "^8.2.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/boba/gas-price-oracle/.depcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignores: [
"@nomicfoundation/ethereumjs-evm"
]
1 change: 1 addition & 0 deletions packages/boba/gas-price-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"license": "MIT",
"devDependencies": {
"@nomicfoundation/ethereumjs-evm": "1.0.0",
"@bobanetwork/contracts": "0.0.2",
"@bobanetwork/core_contracts": "0.5.12",
"@eth-optimism/core-utils": "0.8.1",
Expand Down

0 comments on commit bec799a

Please sign in to comment.