Skip to content

Commit

Permalink
pointing to packages without the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed May 21, 2024
1 parent 131131c commit 44b070a
Show file tree
Hide file tree
Showing 2 changed files with 4,521 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker/development/eth-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@
"provision": "hardhat run scripts/provision.ts",
"start": "hardhat node"
},
"workspaces": [
"packages/**"
],
"dependencies": {
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@unlock-protocol/contracts": "workspace:^",
"@unlock-protocol/hardhat-plugin": "workspace:^",
"@unlock-protocol/networks": "workspace:^",
"@unlock-protocol/contracts": "../../../packages/contracts",
"@unlock-protocol/hardhat-plugin": "../../../packages/hardhat-plugin",
"@unlock-protocol/networks": "../../../packages/networks",
"eslint": "8.57.0",
"ethers": "6.12.1",
"fs-extra": "11.2.0",
Expand Down
Loading

0 comments on commit 44b070a

Please sign in to comment.