Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 11, 2024
1 parent 9d48d62 commit 4723065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
with:
# TODO: Fix cache key implementation - using random value is not optimal for caching
cache-key: ${{ github.run_id }}-${{ github.run_number }}

lint:
name: Lint on Node.js v${{ matrix.node-version }}
Expand Down Expand Up @@ -195,5 +198,8 @@ jobs:
- name: Generate network file
run: yarn gen:network

- name: debug
run: pwd && ls && cd packages && ls && cd sdk && ls

- name: Run integration tests
run: CI=true yarn test:integration
35 changes: 0 additions & 35 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,41 +52,6 @@
"async-mutex": "^0.4.0",
"ethers": "^5.1.0"
},
"devDependencies": {
"@arbitrum/nitro-contracts": "^1.1.1",
"@arbitrum/token-bridge-contracts": "^1.2.1",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@offchainlabs/l1-l3-teleport-contracts": "1.0.1",
"@typechain/ethers-v5": "9.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^9.0.0",
"@types/prompts": "^2.0.14",
"@types/yargs": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.27.1",
"@typescript-eslint/parser": "^5.14.0",
"audit-ci": "^6.3.0",
"axios": "^1.7.4",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^4.0.0",
"hardhat": "^2.18.3",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"prompts": "^2.4.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.2.1",
"tslint": "^6.1.3",
"typechain": "7.0.0",
"typescript": "^4.9.5",
"yargs": "^17.3.1"
},
"files": [
"dist/**/*"
]
Expand Down

0 comments on commit 4723065

Please sign in to comment.